@Stability(value=Stable)
public static interface CfnBucket.AbortIncompleteMultipartUploadProperty
extends software.amazon.jsii.JsiiSerializable
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.services.s3outposts.*; AbortIncompleteMultipartUploadProperty abortIncompleteMultipartUploadProperty = AbortIncompleteMultipartUploadProperty.builder() .daysAfterInitiation(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder
A builder for
CfnBucket.AbortIncompleteMultipartUploadProperty |
static class |
CfnBucket.AbortIncompleteMultipartUploadProperty.Jsii$Proxy
An implementation for
CfnBucket.AbortIncompleteMultipartUploadProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBucket.AbortIncompleteMultipartUploadProperty.Builder |
builder() |
Number |
getDaysAfterInitiation()
Specifies the number of days after initiation that Amazon S3 on Outposts aborts an incomplete multipart upload.
|
@Stability(value=Stable) @NotNull Number getDaysAfterInitiation()
@Stability(value=Stable) static CfnBucket.AbortIncompleteMultipartUploadProperty.Builder builder()
Copyright © 2023. All rights reserved.