@Stability(value=Stable) @Internal public static final class CfnBucketProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucketProps
CfnBucketPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnBucketProps.Builder, CfnBucketProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBucketProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBucketProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAccessRules()
An object that describes the access rules for the bucket.
|
String |
getBucketName()
The name of the bucket.
|
String |
getBundleId()
The bundle ID for the bucket (for example, `small_1_0` ).
|
Object |
getObjectVersioning()
Indicates whether object versioning is enabled for the bucket.
|
List<String> |
getReadOnlyAccessAccounts()
An array of AWS account IDs that have read-only access to the bucket.
|
List<String> |
getResourcesReceivingAccess()
An array of Lightsail instances that have access to the bucket.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnBucketProps.Builder builder)
CfnBucketProps.Builder.public final String getBucketName()
CfnBucketPropsgetBucketName in interface CfnBucketPropspublic final String getBundleId()
CfnBucketPropsA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.
getBundleId in interface CfnBucketPropspublic final Object getAccessRules()
CfnBucketPropsgetAccessRules in interface CfnBucketPropspublic final Object getObjectVersioning()
CfnBucketPropsThe following options can be configured:
Enabled - Object versioning is enabled.Suspended - Object versioning was previously enabled but is currently suspended. Existing object versions are retained.NeverEnabled - Object versioning has never been enabled.getObjectVersioning in interface CfnBucketPropspublic final List<String> getReadOnlyAccessAccounts()
CfnBucketPropsgetReadOnlyAccessAccounts in interface CfnBucketPropspublic final List<String> getResourcesReceivingAccess()
CfnBucketPropsgetResourcesReceivingAccess in interface CfnBucketPropspublic final List<CfnTag> getTags()
CfnBucketPropsFor more information, see Tag in the AWS CloudFormation User Guide .
The
ValueofTagsis optional for Lightsail resources.
getTags in interface CfnBucketProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.