Show / Hide Table of Contents

Interface IPullTimeUpdateExclusionReference

A reference to a PullTimeUpdateExclusion resource.

Namespace: Amazon.CDK.Interfaces.ECR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPullTimeUpdateExclusionReference
Syntax (vb)
Public Interface 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

Properties

PrincipalArn

The PrincipalArn of the PullTimeUpdateExclusion resource.

Properties

PrincipalArn

The PrincipalArn of the PullTimeUpdateExclusion resource.

string PrincipalArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX