Class CfnVectorBucketMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3vectors.CfnVectorBucketMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVectorBucketMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVectorBucketMixinProps
@Stability(Stable)
@Internal
public static final class CfnVectorBucketMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVectorBucketMixinProps
An implementation for
CfnVectorBucketMixinProps-
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.s3vectors.CfnVectorBucketMixinProps
CfnVectorBucketMixinProps.Builder, CfnVectorBucketMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVectorBucketMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnVectorBucketMixinProps.Builder.
-
-
Method Details
-
getEncryptionConfiguration
Description copied from interface:CfnVectorBucketMixinPropsThe encryption configuration for the vector bucket.Returns union: either
IResolvableorCfnVectorBucketPropsMixin.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnVectorBucketMixinProps- See Also:
-
getTags
Description copied from interface:CfnVectorBucketMixinPropsUser tags (key-value pairs) to associate with the vector bucket.- Specified by:
getTagsin interfaceCfnVectorBucketMixinProps- See Also:
-
getVectorBucketName
Description copied from interface:CfnVectorBucketMixinPropsA name for the vector bucket.The bucket name must contain only lowercase letters, numbers, and hyphens (-). The bucket name must be unique in the same AWS account for each AWS Region. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name.
The bucket name must be between 3 and 63 characters long and must not contain uppercase characters or underscores.
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:
getVectorBucketNamein interfaceCfnVectorBucketMixinProps- 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()
-