Interface CfnBucket.AccelerateConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBucket.AccelerateConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnBucket

@Stability(Stable) public static interface CfnBucket.AccelerateConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configures the transfer acceleration state for an Amazon S3 bucket.

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

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.s3.*;
 AccelerateConfigurationProperty accelerateConfigurationProperty = AccelerateConfigurationProperty.builder()
         .accelerationStatus("accelerationStatus")
         .build();
 

See Also: