Show / Hide Table of Contents

Class CfnBucket.AccelerateConfigurationProperty

Configures the transfer acceleration state for an Amazon S3 bucket.

Inheritance
System.Object
CfnBucket.AccelerateConfigurationProperty
Implements
CfnBucket.IAccelerateConfigurationProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class AccelerateConfigurationProperty : Object, CfnBucket.IAccelerateConfigurationProperty
Syntax (vb)
Public Class AccelerateConfigurationProperty
    Inherits Object
    Implements CfnBucket.IAccelerateConfigurationProperty
Remarks

For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide .

Link: 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.AWS.S3;

AccelerateConfigurationProperty accelerateConfigurationProperty = new AccelerateConfigurationProperty {
    AccelerationStatus = "accelerationStatus"
};

Synopsis

Constructors

AccelerateConfigurationProperty()

Properties

AccelerationStatus

Specifies the transfer acceleration status of the bucket.

Constructors

AccelerateConfigurationProperty()

public AccelerateConfigurationProperty()

Properties

AccelerationStatus

Specifies the transfer acceleration status of the bucket.

public string AccelerationStatus { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnBucket.IAccelerateConfigurationProperty
Back to top Generated by DocFX