Class CfnEnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentProps
An implementation for
CfnEnvironmentProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.datazone.CfnEnvironmentProps
CfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the environment.final String
The identifier of the Amazon DataZone domain in which the environment is created.final String
The identifier of the AWS account in which an environment exists.final String
The AWS Region in which an environment exists.final String
The identifier of the environment profile that is used to create this Amazon DataZone environment.final String
The ARN of the environment role.The glossary terms that can be used in this Amazon DataZone environment.final String
getName()
The name of the Amazon DataZone environment.final String
The identifier of the Amazon DataZone project in which this environment is created.final Object
The user parameters of this Amazon DataZone environment.final int
hashCode()
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 theCfnEnvironmentProps.Builder
.
-
-
Method Details
-
getDomainIdentifier
Description copied from interface:CfnEnvironmentProps
The identifier of the Amazon DataZone domain in which the environment is created.- Specified by:
getDomainIdentifier
in interfaceCfnEnvironmentProps
- See Also:
-
getName
Description copied from interface:CfnEnvironmentProps
The name of the Amazon DataZone environment.- Specified by:
getName
in interfaceCfnEnvironmentProps
- See Also:
-
getProjectIdentifier
Description copied from interface:CfnEnvironmentProps
The identifier of the Amazon DataZone project in which this environment is created.- Specified by:
getProjectIdentifier
in interfaceCfnEnvironmentProps
- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentProps
The description of the environment.- Specified by:
getDescription
in interfaceCfnEnvironmentProps
- See Also:
-
getEnvironmentAccountIdentifier
Description copied from interface:CfnEnvironmentProps
The identifier of the AWS account in which an environment exists.- Specified by:
getEnvironmentAccountIdentifier
in interfaceCfnEnvironmentProps
- See Also:
-
getEnvironmentAccountRegion
Description copied from interface:CfnEnvironmentProps
The AWS Region in which an environment exists.- Specified by:
getEnvironmentAccountRegion
in interfaceCfnEnvironmentProps
- See Also:
-
getEnvironmentProfileIdentifier
Description copied from interface:CfnEnvironmentProps
The identifier of the environment profile that is used to create this Amazon DataZone environment.- Specified by:
getEnvironmentProfileIdentifier
in interfaceCfnEnvironmentProps
- See Also:
-
getEnvironmentRoleArn
Description copied from interface:CfnEnvironmentProps
The ARN of the environment role.- Specified by:
getEnvironmentRoleArn
in interfaceCfnEnvironmentProps
- See Also:
-
getGlossaryTerms
Description copied from interface:CfnEnvironmentProps
The glossary terms that can be used in this Amazon DataZone environment.- Specified by:
getGlossaryTerms
in interfaceCfnEnvironmentProps
- See Also:
-
getUserParameters
Description copied from interface:CfnEnvironmentProps
The user parameters of this Amazon DataZone environment.- Specified by:
getUserParameters
in interfaceCfnEnvironmentProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-