Class CfnVectorBucketProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3vectors.CfnVectorBucketProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVectorBucketProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVectorBucketProps
@Stability(Stable)
@Internal
public static final class CfnVectorBucketProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVectorBucketProps
An implementation for
CfnVectorBucketProps-
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.s3vectors.CfnVectorBucketProps
CfnVectorBucketProps.Builder, CfnVectorBucketProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVectorBucketProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVectorBucketProps.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 theCfnVectorBucketProps.Builder.
-
-
Method Details
-
getEncryptionConfiguration
Description copied from interface:CfnVectorBucketPropsThe encryption configuration for the vector bucket.Returns union: either
IResolvableorCfnVectorBucket.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnVectorBucketProps- See Also:
-
getVectorBucketName
Description copied from interface:CfnVectorBucketPropsA 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 interfaceCfnVectorBucketProps- 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()
-