Show / Hide Table of Contents

Class CfnBucketPropsMixin.AccelerateConfigurationProperty

Configures the transfer acceleration state for an Amazon S3 bucket.

Inheritance
object
CfnBucketPropsMixin.AccelerateConfigurationProperty
Implements
CfnBucketPropsMixin.IAccelerateConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus

Implements

CfnBucketPropsMixin.IAccelerateConfigurationProperty
Back to top Generated by DocFX