interface AbortIncompleteMultipartUploadProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3Outposts.CfnBucket.AbortIncompleteMultipartUploadProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#CfnBucket_AbortIncompleteMultipartUploadProperty |
![]() | software.amazon.awscdk.services.s3outposts.CfnBucket.AbortIncompleteMultipartUploadProperty |
![]() | aws_cdk.aws_s3outposts.CfnBucket.AbortIncompleteMultipartUploadProperty |
![]() | 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
Name | Type | Description |
---|---|---|
days | number | Specifies 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.