Show / Hide Table of Contents

Class ContainerPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerPolicyArgs
Inherited Members
ResourceArgs.Empty
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 Source

ContainerPolicyArgs()

Declaration
public ContainerPolicyArgs()

Properties

View Source

ContainerName

The name of the container.

Declaration
public Input<string> ContainerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Policy

The contents of the policy.

Declaration
public Input<string> Policy { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.