Interface CfnBucketPropsMixin.AbortIncompleteMultipartUploadProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBucketPropsMixin.AbortIncompleteMultipartUploadProperty.Jsii$Proxy
- Enclosing class:
CfnBucketPropsMixin
@Stability(Stable)
public static interface CfnBucketPropsMixin.AbortIncompleteMultipartUploadProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.s3outposts.*;
AbortIncompleteMultipartUploadProperty abortIncompleteMultipartUploadProperty = AbortIncompleteMultipartUploadProperty.builder()
.daysAfterInitiation(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnBucketPropsMixin.AbortIncompleteMultipartUploadProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDaysAfterInitiation
Specifies the number of days after initiation that Amazon S3 on Outposts aborts an incomplete multipart upload.- See Also:
-
builder
@Stability(Stable) static CfnBucketPropsMixin.AbortIncompleteMultipartUploadProperty.Builder builder()
-