Show / Hide Table of Contents

Interface CfnBucket.IOwnershipControlsRuleProperty

Specifies an Object Ownership rule.

Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBucket.IOwnershipControlsRuleProperty
Syntax (vb)
Public Interface CfnBucket.IOwnershipControlsRuleProperty
Remarks

S3 Object Ownership is an Amazon S3 bucket-level setting that you can use to disable access control lists (ACLs) and take ownership of every object in your bucket, simplifying access management for data stored in Amazon S3. For more information, see Controlling ownership of objects and disabling ACLs in the Amazon S3 User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ownershipcontrolsrule.html

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.S3;

             var ownershipControlsRuleProperty = new OwnershipControlsRuleProperty {
                 ObjectOwnership = "objectOwnership"
             };

Synopsis

Properties

ObjectOwnership

Specifies an object ownership rule.

Properties

ObjectOwnership

Specifies an object ownership rule.

string? ObjectOwnership { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ownershipcontrolsrule.html#cfn-s3-bucket-ownershipcontrolsrule-objectownership

Back to top Generated by DocFX