interface AccelerateConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3.CfnBucket.AccelerateConfigurationProperty |
Java | software.amazon.awscdk.services.s3.CfnBucket.AccelerateConfigurationProperty |
Python | aws_cdk.aws_s3.CfnBucket.AccelerateConfigurationProperty |
TypeScript | @aws-cdk/aws-s3 » CfnBucket » AccelerateConfigurationProperty |
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 * as s3 from '@aws-cdk/aws-s3';
const accelerateConfigurationProperty: s3.CfnBucket.AccelerateConfigurationProperty = {
accelerationStatus: 'accelerationStatus',
};
Properties
Name | Type | Description |
---|---|---|
acceleration | string | Specifies the transfer acceleration status of the bucket. |
accelerationStatus
Type:
string
Specifies the transfer acceleration status of the bucket.