Show / Hide Table of Contents

Interface CfnBucket.IVersioningConfigurationProperty

Describes the versioning state of an Amazon S3 bucket.

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

For more information, see PUT Bucket versioning in the Amazon S3 API Reference .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.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;

VersioningConfigurationProperty versioningConfigurationProperty = new VersioningConfigurationProperty {
    Status = "status"
};

Synopsis

Properties

Status

The versioning state of the bucket.

Properties

Status

The versioning state of the bucket.

string Status { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status

Back to top Generated by DocFX