Class LifecyclePolicyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ecr
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LifecyclePolicyArgs : ResourceArgs
Constructors
View SourceLifecyclePolicyArgs()
Declaration
public LifecyclePolicyArgs()
Properties
View SourcePolicy
The policy document. This is a JSON formatted string. See more details about Policy Parameters in the official AWS docs.
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Repository
Name of the repository to apply the policy.
Declaration
public Input<string> Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |