Class CfnCollectionGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnCollectionGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCollectionGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollectionGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnCollectionGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollectionGroupMixinProps
An implementation for
CfnCollectionGroupMixinProps-
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.opensearchserverless.CfnCollectionGroupMixinProps
CfnCollectionGroupMixinProps.Builder, CfnCollectionGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCollectionGroupMixinProps.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 ObjectReturns union: eitherIResolvableorCfnCollectionGroupPropsMixin.CapacityLimitsPropertyfinal StringThe description of the collection group.final StringThe generation of Amazon OpenSearch Serverless for the collection group.final StringgetName()The name of the collection group.final StringIndicates whether standby replicas are used for the collection group.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 theCfnCollectionGroupMixinProps.Builder.
-
-
Method Details
-
getCapacityLimits
Description copied from interface:CfnCollectionGroupMixinPropsReturns union: eitherIResolvableorCfnCollectionGroupPropsMixin.CapacityLimitsProperty- Specified by:
getCapacityLimitsin interfaceCfnCollectionGroupMixinProps- See Also:
-
getDescription
Description copied from interface:CfnCollectionGroupMixinPropsThe description of the collection group.- Specified by:
getDescriptionin interfaceCfnCollectionGroupMixinProps- See Also:
-
getGeneration
Description copied from interface:CfnCollectionGroupMixinPropsThe generation of Amazon OpenSearch Serverless for the collection group.Valid values are CLASSIC and NEXTGEN.
- Specified by:
getGenerationin interfaceCfnCollectionGroupMixinProps- See Also:
-
getName
Description copied from interface:CfnCollectionGroupMixinPropsThe name of the collection group.- Specified by:
getNamein interfaceCfnCollectionGroupMixinProps- See Also:
-
getStandbyReplicas
Description copied from interface:CfnCollectionGroupMixinPropsIndicates whether standby replicas are used for the collection group.- Specified by:
getStandbyReplicasin interfaceCfnCollectionGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnCollectionGroupMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnCollectionGroupMixinProps- 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()
-