interface AccelerateConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3.CfnBucketPropsMixin.AccelerateConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3#CfnBucketPropsMixin_AccelerateConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.AccelerateConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3.CfnBucketPropsMixin.AccelerateConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3 » CfnBucketPropsMixin » 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 { aws_s3 as s3 } from '@aws-cdk/cfn-property-mixins';
const accelerateConfigurationProperty: s3.CfnBucketPropsMixin.AccelerateConfigurationProperty = {
accelerationStatus: 'accelerationStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| acceleration | string | Specifies the transfer acceleration status of the bucket. |
accelerationStatus?
Type:
string
(optional)
Specifies the transfer acceleration status of the bucket.

.NET
Go
Java
Python
TypeScript