Show / Hide Table of Contents

Class PullTimeUpdateExclusionReference

A reference to a PullTimeUpdateExclusion resource.

Inheritance
object
PullTimeUpdateExclusionReference
Implements
IPullTimeUpdateExclusionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.ECR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PullTimeUpdateExclusionReference : IPullTimeUpdateExclusionReference
Syntax (vb)
Public Class PullTimeUpdateExclusionReference Implements IPullTimeUpdateExclusionReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.ECR;

            var pullTimeUpdateExclusionReference = new PullTimeUpdateExclusionReference {
                PrincipalArn = "principalArn"
            };

Synopsis

Constructors

PullTimeUpdateExclusionReference()

A reference to a PullTimeUpdateExclusion resource.

Properties

PrincipalArn

The PrincipalArn of the PullTimeUpdateExclusion resource.

Constructors

PullTimeUpdateExclusionReference()

A reference to a PullTimeUpdateExclusion resource.

public PullTimeUpdateExclusionReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.ECR;

            var pullTimeUpdateExclusionReference = new PullTimeUpdateExclusionReference {
                PrincipalArn = "principalArn"
            };

Properties

PrincipalArn

The PrincipalArn of the PullTimeUpdateExclusion resource.

public string PrincipalArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPullTimeUpdateExclusionReference
Back to top Generated by DocFX