aws-cdk-lib.aws_s3outposts.CfnBucket.AbortIncompleteMultipartUploadProperty

interface AbortIncompleteMultipartUploadProperty

LanguageType name
.NETAmazon.CDK.AWS.S3Outposts.CfnBucket.AbortIncompleteMultipartUploadProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#CfnBucket_AbortIncompleteMultipartUploadProperty
Javasoftware.amazon.awscdk.services.s3outposts.CfnBucket.AbortIncompleteMultipartUploadProperty
Pythonaws_cdk.aws_s3outposts.CfnBucket.AbortIncompleteMultipartUploadProperty
TypeScript aws-cdk-lib » aws_s3outposts » 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.

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3outposts as s3outposts } from 'aws-cdk-lib';
const abortIncompleteMultipartUploadProperty: s3outposts.CfnBucket.AbortIncompleteMultipartUploadProperty = {
  daysAfterInitiation: 123,
};

Properties

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

daysAfterInitiation

Type: number

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