Class RepositoryPolicyState
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 RepositoryPolicyState : ResourceArgs
Constructors
View SourceRepositoryPolicyState()
Declaration
public RepositoryPolicyState()
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> |
RegistryId
The registry ID where the repository was created.
Declaration
public Input<string> RegistryId { 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> |