Class RepositoryPolicyArgs
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 RepositoryPolicyArgs : ResourceArgs
Constructors
View SourceRepositoryPolicyArgs()
Declaration
public RepositoryPolicyArgs()
Properties
View SourcePolicy
The policy document. This is a JSON formatted string.
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> |