aws-cdk-lib.aws_s3.CfnBucket.AccelerateConfigurationProperty

interface AccelerateConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnBucket.AccelerateConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_AccelerateConfigurationProperty
Javasoftware.amazon.awscdk.services.s3.CfnBucket.AccelerateConfigurationProperty
Pythonaws_cdk.aws_s3.CfnBucket.AccelerateConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_s3 as s3 } from 'aws-cdk-lib';
const accelerateConfigurationProperty: s3.CfnBucket.AccelerateConfigurationProperty = {
  accelerationStatus: 'accelerationStatus',
};

Properties

NameTypeDescription
accelerationStatusstringSpecifies the transfer acceleration status of the bucket.

accelerationStatus

Type: string

Specifies the transfer acceleration status of the bucket.