Show / Hide Table of Contents

Class S3CannedAcl

(experimental) S3 canned ACL for output destinations.

Inheritance
object
S3CannedAcl
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class S3CannedAcl : DeputyBase
Syntax (vb)
Public Class S3CannedAcl Inherits DeputyBase
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MediaLive.Alpha;

             var s3CannedAcl = S3CannedAcl.AUTHENTICATED_READ;

Synopsis

Properties

AUTHENTICATED_READ

(experimental) Grants the owner full control and authenticated AWS users read access.

BUCKET_OWNER_FULL_CONTROL

(experimental) Grants the object owner and bucket owner full control.

BUCKET_OWNER_READ

(experimental) Grants the owner full control and the bucket owner read access.

PUBLIC_READ

(experimental) Grants the owner full control and all users read access.

Value

(experimental) The underlying string value passed to CloudFormation.

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

Properties

AUTHENTICATED_READ

(experimental) Grants the owner full control and authenticated AWS users read access.

public static S3CannedAcl AUTHENTICATED_READ { get; }
Property Value

S3CannedAcl

Remarks

Stability: Experimental

BUCKET_OWNER_FULL_CONTROL

(experimental) Grants the object owner and bucket owner full control.

public static S3CannedAcl BUCKET_OWNER_FULL_CONTROL { get; }
Property Value

S3CannedAcl

Remarks

Stability: Experimental

BUCKET_OWNER_READ

(experimental) Grants the owner full control and the bucket owner read access.

public static S3CannedAcl BUCKET_OWNER_READ { get; }
Property Value

S3CannedAcl

Remarks

Stability: Experimental

PUBLIC_READ

(experimental) Grants the owner full control and all users read access.

public static S3CannedAcl PUBLIC_READ { get; }
Property Value

S3CannedAcl

Remarks

Stability: Experimental

Value

(experimental) The underlying string value passed to CloudFormation.

public virtual string Value { get; }
Property Value

string

Remarks

Stability: Experimental

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

public static S3CannedAcl Of(string value)
Parameters
value string
Returns

S3CannedAcl

Remarks

Stability: Experimental

Back to top Generated by DocFX