Interface CfnBucket.IAccelerateConfigurationProperty
Configures the transfer acceleration state for an Amazon S3 bucket.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccelerateConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
AccelerationStatus | Specifies the transfer acceleration status of the bucket. |
Properties
AccelerationStatus
Specifies the transfer acceleration status of the bucket.
string AccelerationStatus { get; }
Property Value
System.String