Class ContainerPolicyArgs
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.MediaStore
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ContainerPolicyArgs : ResourceArgs
Constructors
View SourceContainerPolicyArgs()
Declaration
public ContainerPolicyArgs()
Properties
View SourceContainerName
The name of the container.
Declaration
public Input<string> ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
The contents of the policy.
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |