Class PullTimeUpdateExclusionReference
A reference to a PullTimeUpdateExclusion resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated