Show / Hide Table of Contents

Class BucketGrantArgs

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

Constructors

View Source

BucketGrantArgs()

Declaration
public BucketGrantArgs()

Properties

View Source

Id

Canonical user id to grant for. Used only when type is CanonicalUser.

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

Permissions

List of permissions to apply for grantee. Valid values are READ, WRITE, READ_ACP, WRITE_ACP, FULL_CONTROL.

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

Type

  • Type of grantee to apply for. Valid values are CanonicalUser and Group. AmazonCustomerByEmail is not supported.
Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Uri

Uri address to grant for. Used only when type is Group.

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