aws-cdk-lib.aws_s3.CfnBucket.AbortIncompleteMultipartUploadProperty

interface AbortIncompleteMultipartUploadProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnBucket.AbortIncompleteMultipartUploadProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_AbortIncompleteMultipartUploadProperty
Javasoftware.amazon.awscdk.services.s3.CfnBucket.AbortIncompleteMultipartUploadProperty
Pythonaws_cdk.aws_s3.CfnBucket.AbortIncompleteMultipartUploadProperty
TypeScript aws-cdk-lib » 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 { aws_s3 as s3 } from 'aws-cdk-lib';
const abortIncompleteMultipartUploadProperty: s3.CfnBucket.AbortIncompleteMultipartUploadProperty = {
  daysAfterInitiation: 123,
};

Properties

NameTypeDescription
daysAfterInitiationnumberSpecifies 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.