Show / Hide Table of Contents

Class BucketPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketPolicyArgs
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.S3
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketPolicyArgs : ResourceArgs

Constructors

View Source

BucketPolicyArgs()

Declaration
public BucketPolicyArgs()

Properties

View Source

Bucket

The name of the bucket to which to apply the policy.

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

Policy

The text 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.