Class CfnBucketProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnBucketProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnBucketProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnBucketProps
 
@Stability(Stable)
@Internal
public static final class CfnBucketProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketProps
An implementation for 
CfnBucketProps- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnBucketProps
CfnBucketProps.Builder, CfnBucketProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBucketProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBucketProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAn object that describes the access rules for the bucket.final StringThe name of the bucket.final StringThe bundle ID for the bucket (for example,small_1_0).final ObjectIndicates whether object versioning is enabled for the bucket.An array of AWS account IDs that have read-only access to the bucket.An array of Lightsail instances that have access to the bucket.getTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBucketProps.Builder. 
 - 
 - 
Method Details
- 
getBucketName
Description copied from interface:CfnBucketPropsThe name of the bucket.- Specified by:
 getBucketNamein interfaceCfnBucketProps
 - 
getBundleId
Description copied from interface:CfnBucketPropsThe bundle ID for the bucket (for example,small_1_0).A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.
- Specified by:
 getBundleIdin interfaceCfnBucketProps
 - 
getAccessRules
Description copied from interface:CfnBucketPropsAn object that describes the access rules for the bucket.- Specified by:
 getAccessRulesin interfaceCfnBucketProps
 - 
getObjectVersioning
Description copied from interface:CfnBucketPropsIndicates whether object versioning is enabled for the bucket.The 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.
- Specified by:
 getObjectVersioningin interfaceCfnBucketProps
 - 
getReadOnlyAccessAccounts
Description copied from interface:CfnBucketPropsAn array of AWS account IDs that have read-only access to the bucket.- Specified by:
 getReadOnlyAccessAccountsin interfaceCfnBucketProps
 - 
getResourcesReceivingAccess
Description copied from interface:CfnBucketPropsAn array of Lightsail instances that have access to the bucket.- Specified by:
 getResourcesReceivingAccessin interfaceCfnBucketProps
 - 
getTags
Description copied from interface:CfnBucketPropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the AWS CloudFormation User Guide .
The
ValueofTagsis optional for Lightsail resources.- Specified by:
 getTagsin interfaceCfnBucketProps
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -