Show / Hide Table of Contents

Interface CfnBucket.IAbortIncompleteMultipartUploadProperty

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.

Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBucket.IAbortIncompleteMultipartUploadProperty
Syntax (vb)
Public Interface CfnBucket.IAbortIncompleteMultipartUploadProperty
Remarks

For more information, see Stopping Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.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;

             var abortIncompleteMultipartUploadProperty = new AbortIncompleteMultipartUploadProperty {
                 DaysAfterInitiation = 123
             };

Synopsis

Properties

DaysAfterInitiation

Specifies the number of days after which Amazon S3 stops an incomplete multipart upload.

Properties

DaysAfterInitiation

Specifies the number of days after which Amazon S3 stops an incomplete multipart upload.

double DaysAfterInitiation { get; }
Property Value

double

Remarks

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

Back to top Generated by DocFX