Class CfnBucket.AccelerateConfigurationProperty
Configures the transfer acceleration state for an Amazon S3 bucket.
Implements
Inherited Members
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 .
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 .
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; }