Class CfnBucketPropsMixin.AccelerateConfigurationProperty
Configures the transfer acceleration state for an Amazon S3 bucket.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBucketPropsMixin.AccelerateConfigurationProperty : CfnBucketPropsMixin.IAccelerateConfigurationProperty
Syntax (vb)
Public Class CfnBucketPropsMixin.AccelerateConfigurationProperty Implements CfnBucketPropsMixin.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.Mixins.Preview.AWS.S3.Mixins;
var accelerateConfigurationProperty = new AccelerateConfigurationProperty {
AccelerationStatus = "accelerationStatus"
};
Synopsis
Constructors
| AccelerateConfigurationProperty() | Configures the transfer acceleration state for an Amazon S3 bucket. |
Properties
| AccelerationStatus | Specifies the transfer acceleration status of the bucket. |
Constructors
AccelerateConfigurationProperty()
Configures the transfer acceleration state for an Amazon S3 bucket.
public AccelerateConfigurationProperty()
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.Mixins.Preview.AWS.S3.Mixins;
var accelerateConfigurationProperty = new AccelerateConfigurationProperty {
AccelerationStatus = "accelerationStatus"
};
Properties
AccelerationStatus
Specifies the transfer acceleration status of the bucket.
public string? AccelerationStatus { get; set; }