Class CfnDomainProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.voiceid.CfnDomainProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnDomainProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDomainProps
@Stability(Stable)
@Internal
public static final class CfnDomainProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainProps
An implementation for 
CfnDomainProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.voiceid.CfnDomainPropsCfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDomainProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the domain.final StringgetName()The name for the domain.final ObjectThe server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.getTags()The tags used to organize, track, or control access for this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDomainProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnDomainPropsThe name for the domain.- Specified by:
- getNamein interface- CfnDomainProps
- See Also:
 
- 
getServerSideEncryptionConfigurationDescription copied from interface:CfnDomainPropsThe server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.Returns union: either IResolvableorCfnDomain.ServerSideEncryptionConfigurationProperty- Specified by:
- getServerSideEncryptionConfigurationin interface- CfnDomainProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnDomainPropsThe description of the domain.- Specified by:
- getDescriptionin interface- CfnDomainProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnDomainPropsThe tags used to organize, track, or control access for this resource.- Specified by:
- getTagsin interface- CfnDomainProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-