Class CfnCollectionGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchserverless.CfnCollectionGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCollectionGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollectionGroupProps
@Stability(Stable)
@Internal
public static final class CfnCollectionGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollectionGroupProps
An implementation for
CfnCollectionGroupProps-
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.opensearchserverless.CfnCollectionGroupProps
CfnCollectionGroupProps.Builder, CfnCollectionGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCollectionGroupProps.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: eitherIResolvableorCfnCollectionGroup.CapacityLimitsPropertyfinal StringThe description of 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 theCfnCollectionGroupProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnCollectionGroupPropsThe name of the collection group.- Specified by:
getNamein interfaceCfnCollectionGroupProps- See Also:
-
getStandbyReplicas
Description copied from interface:CfnCollectionGroupPropsIndicates whether standby replicas are used for the collection group.- Specified by:
getStandbyReplicasin interfaceCfnCollectionGroupProps- See Also:
-
getCapacityLimits
Description copied from interface:CfnCollectionGroupPropsReturns union: eitherIResolvableorCfnCollectionGroup.CapacityLimitsProperty- Specified by:
getCapacityLimitsin interfaceCfnCollectionGroupProps- See Also:
-
getDescription
Description copied from interface:CfnCollectionGroupPropsThe description of the collection group.- Specified by:
getDescriptionin interfaceCfnCollectionGroupProps- See Also:
-
getTags
Description copied from interface:CfnCollectionGroupPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnCollectionGroupProps- 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()
-