Show / Hide Table of Contents

Class CfnBucket.VersioningConfigurationProperty

Describes the versioning state of an Amazon S3 bucket.

Inheritance
System.Object
CfnBucket.VersioningConfigurationProperty
Implements
CfnBucket.IVersioningConfigurationProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class VersioningConfigurationProperty : Object, CfnBucket.IVersioningConfigurationProperty
Syntax (vb)
Public Class VersioningConfigurationProperty
    Inherits Object
    Implements CfnBucket.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

Constructors

VersioningConfigurationProperty()

Properties

Status

The versioning state of the bucket.

Constructors

VersioningConfigurationProperty()

public VersioningConfigurationProperty()

Properties

Status

The versioning state of the bucket.

public string Status { get; set; }
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

Implements

CfnBucket.IVersioningConfigurationProperty
Back to top Generated by DocFX