Class CfnDomainMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDomainMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainMixinProps
@Stability(Stable)
@Internal
public static final class CfnDomainMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainMixinProps
An implementation for
CfnDomainMixinProps-
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.datazone.CfnDomainMixinProps
CfnDomainMixinProps.Builder, CfnDomainMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDomainMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainMixinProps.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 StringThe description of the Amazon DataZone domain.final StringThe domain execution role that is created when an Amazon DataZone domain is created.final StringThe domain version.final StringThe identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.final StringgetName()The name of the Amazon DataZone domain.final StringThe service role of the domain.final ObjectThe single sign-on details in Amazon DataZone.getTags()The tags specified for the Amazon DataZone domain.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 theCfnDomainMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDomainMixinPropsThe description of the Amazon DataZone domain.- Specified by:
getDescriptionin interfaceCfnDomainMixinProps- See Also:
-
getDomainExecutionRole
Description copied from interface:CfnDomainMixinPropsThe domain execution role that is created when an Amazon DataZone domain is created.The domain execution role is created in the AWS account that houses the Amazon DataZone domain.
- Specified by:
getDomainExecutionRolein interfaceCfnDomainMixinProps- See Also:
-
getDomainVersion
Description copied from interface:CfnDomainMixinPropsThe domain version.- Specified by:
getDomainVersionin interfaceCfnDomainMixinProps- See Also:
-
getKmsKeyIdentifier
Description copied from interface:CfnDomainMixinPropsThe identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.- Specified by:
getKmsKeyIdentifierin interfaceCfnDomainMixinProps- See Also:
-
getName
Description copied from interface:CfnDomainMixinPropsThe name of the Amazon DataZone domain.- Specified by:
getNamein interfaceCfnDomainMixinProps- See Also:
-
getServiceRole
Description copied from interface:CfnDomainMixinPropsThe service role of the domain.- Specified by:
getServiceRolein interfaceCfnDomainMixinProps- See Also:
-
getSingleSignOn
Description copied from interface:CfnDomainMixinPropsThe single sign-on details in Amazon DataZone.Returns union: either
IResolvableorCfnDomainPropsMixin.SingleSignOnProperty- Specified by:
getSingleSignOnin interfaceCfnDomainMixinProps- See Also:
-
getTags
Description copied from interface:CfnDomainMixinPropsThe tags specified for the Amazon DataZone domain.- Specified by:
getTagsin interfaceCfnDomainMixinProps- 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()
-