Show / Hide Table of Contents

Class CfnBucket.AccelerateConfigurationProperty

Configures the transfer acceleration state for an Amazon S3 bucket.

Inheritance
object
CfnBucket.AccelerateConfigurationProperty
Implements
CfnBucket.IAccelerateConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBucket.AccelerateConfigurationProperty : CfnBucket.IAccelerateConfigurationProperty
Syntax (vb)
Public Class CfnBucket.AccelerateConfigurationProperty Implements CfnBucket.IAccelerateConfigurationProperty
Remarks

For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.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 accelerateConfigurationProperty = new AccelerateConfigurationProperty {
                 AccelerationStatus = "accelerationStatus"
             };

Synopsis

Constructors

AccelerateConfigurationProperty()

Configures the transfer acceleration state for an Amazon S3 bucket.

Properties

AccelerationStatus

Specifies the transfer acceleration status of the bucket.

Constructors

AccelerateConfigurationProperty()

Configures the transfer acceleration state for an Amazon S3 bucket.

public AccelerateConfigurationProperty()
Remarks

For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.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 accelerateConfigurationProperty = new AccelerateConfigurationProperty {
                 AccelerationStatus = "accelerationStatus"
             };

Properties

AccelerationStatus

Specifies the transfer acceleration status of the bucket.

public string AccelerationStatus { get; set; }
Property Value

string

Remarks

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

Implements

CfnBucket.IAccelerateConfigurationProperty
Back to top Generated by DocFX