interface AbortIncompleteMultipartUploadProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.CfnBucket.AbortIncompleteMultipartUploadProperty |
![]() | software.amazon.awscdk.services.s3.CfnBucket.AbortIncompleteMultipartUploadProperty |
![]() | aws_cdk.aws_s3.CfnBucket.AbortIncompleteMultipartUploadProperty |
![]() | @aws-cdk/aws-s3 » CfnBucket » AbortIncompleteMultipartUploadProperty |
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
For more information, see Stopping Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as s3 from '@aws-cdk/aws-s3';
const abortIncompleteMultipartUploadProperty: s3.CfnBucket.AbortIncompleteMultipartUploadProperty = {
daysAfterInitiation: 123,
};
Properties
Name | Type | Description |
---|---|---|
days | number | Specifies the number of days after which Amazon S3 stops an incomplete multipart upload. |
daysAfterInitiation
Type:
number
Specifies the number of days after which Amazon S3 stops an incomplete multipart upload.