Show / Hide Table of Contents

Class CfnBucket.AbortIncompleteMultipartUploadProperty

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 on Outposts waits before permanently removing all parts of the upload.

Inheritance
object
CfnBucket.AbortIncompleteMultipartUploadProperty
Implements
CfnBucket.IAbortIncompleteMultipartUploadProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.S3Outposts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBucket.AbortIncompleteMultipartUploadProperty : CfnBucket.IAbortIncompleteMultipartUploadProperty
Syntax (vb)
Public Class CfnBucket.AbortIncompleteMultipartUploadProperty Implements CfnBucket.IAbortIncompleteMultipartUploadProperty
Remarks

For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy .

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

             var abortIncompleteMultipartUploadProperty = new AbortIncompleteMultipartUploadProperty {
                 DaysAfterInitiation = 123
             };

Synopsis

Constructors

AbortIncompleteMultipartUploadProperty()

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 on Outposts waits before permanently removing all parts of the upload.

Properties

DaysAfterInitiation

Specifies the number of days after initiation that Amazon S3 on Outposts aborts an incomplete multipart upload.

Constructors

AbortIncompleteMultipartUploadProperty()

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 on Outposts waits before permanently removing all parts of the upload.

public AbortIncompleteMultipartUploadProperty()
Remarks

For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy .

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

             var abortIncompleteMultipartUploadProperty = new AbortIncompleteMultipartUploadProperty {
                 DaysAfterInitiation = 123
             };

Properties

DaysAfterInitiation

Specifies the number of days after initiation that Amazon S3 on Outposts aborts an incomplete multipart upload.

public double DaysAfterInitiation { get; set; }
Property Value

double

Remarks

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

Implements

CfnBucket.IAbortIncompleteMultipartUploadProperty
Back to top Generated by DocFX