@Stability(value=Stable)
public static interface CfnBucket.ObjectLockConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBucket.ObjectLockConfigurationProperty.Builder
A builder for
CfnBucket.ObjectLockConfigurationProperty |
static class |
CfnBucket.ObjectLockConfigurationProperty.Jsii$Proxy
An implementation for
CfnBucket.ObjectLockConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBucket.ObjectLockConfigurationProperty.Builder |
builder() |
default String |
getObjectLockEnabled()
`CfnBucket.ObjectLockConfigurationProperty.ObjectLockEnabled`.
|
default Object |
getRule()
`CfnBucket.ObjectLockConfigurationProperty.Rule`.
|
@Stability(value=Stable) @Nullable default String getObjectLockEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled
@Stability(value=Stable) @Nullable default Object getRule()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-rule
@Stability(value=Stable) static CfnBucket.ObjectLockConfigurationProperty.Builder builder()
Copyright © 2020. All rights reserved.