Class CfnBucket.OwnershipControlsRuleProperty
Specifies an Object Ownership rule.
Inheritance
System.Object
CfnBucket.OwnershipControlsRuleProperty
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OwnershipControlsRuleProperty : Object, CfnBucket.IOwnershipControlsRuleProperty
Syntax (vb)
Public Class OwnershipControlsRuleProperty
Inherits Object
Implements 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 .
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
Constructors
OwnershipControlsRuleProperty() |
Properties
ObjectOwnership | Specifies an object ownership rule. |
Constructors
OwnershipControlsRuleProperty()
public OwnershipControlsRuleProperty()
Properties
ObjectOwnership
Specifies an object ownership rule.
public string ObjectOwnership { get; set; }
Property Value
System.String