Class CfnDirectoryBucketMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDirectoryBucketMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDirectoryBucketMixinProps
CfnDirectoryBucketMixinProps-
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.cfnpropertymixins.services.s3express.CfnDirectoryBucketMixinProps
CfnDirectoryBucketMixinProps.Builder, CfnDirectoryBucketMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDirectoryBucketMixinProps.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 ObjectSpecifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS).final StringA name for the bucket.final StringThe number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.final ObjectContainer for lifecycle rules.final StringThe name of the location where the bucket will be created.getTags()An array of tags that you can apply to the S3 directory bucket.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 theCfnDirectoryBucketMixinProps.Builder.
-
-
Method Details
-
getBucketEncryption
Description copied from interface:CfnDirectoryBucketMixinPropsSpecifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS).For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
Returns union: either
IResolvableorCfnDirectoryBucketPropsMixin.BucketEncryptionProperty- Specified by:
getBucketEncryptionin interfaceCfnDirectoryBucketMixinProps- See Also:
-
getBucketName
Description copied from interface:CfnDirectoryBucketMixinPropsA name for the bucket.The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Zone (Availability Zone or Local Zone). The bucket name must also follow the format
*bucket_base_name* -- *zone_id* --x-s3(for example,*bucket_base_name* -- *usw2-az1* --x-s3). If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. For information about bucket naming restrictions, see Directory bucket naming rules in the Amazon S3 User Guide .If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.
- Specified by:
getBucketNamein interfaceCfnDirectoryBucketMixinProps- See Also:
-
getDataRedundancy
Description copied from interface:CfnDirectoryBucketMixinPropsThe number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.- Specified by:
getDataRedundancyin interfaceCfnDirectoryBucketMixinProps- See Also:
-
getLifecycleConfiguration
Description copied from interface:CfnDirectoryBucketMixinPropsContainer for lifecycle rules. You can add as many as 1000 rules.For more information see, Creating and managing a lifecycle configuration for directory buckets in the Amazon S3 User Guide .
Returns union: either
IResolvableorCfnDirectoryBucketPropsMixin.LifecycleConfigurationProperty- Specified by:
getLifecycleConfigurationin interfaceCfnDirectoryBucketMixinProps- See Also:
-
getLocationName
Description copied from interface:CfnDirectoryBucketMixinPropsThe name of the location where the bucket will be created.For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local Zone (LZ) where the bucket will be created. An example AZ ID value is
usw2-az1.- Specified by:
getLocationNamein interfaceCfnDirectoryBucketMixinProps- See Also:
-
getTags
Description copied from interface:CfnDirectoryBucketMixinPropsAn array of tags that you can apply to the S3 directory bucket.Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .
- Specified by:
getTagsin interfaceCfnDirectoryBucketMixinProps- See Also:
-
$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()
-