Class CfnEnvironmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentMixinProps
An implementation for
CfnEnvironmentMixinProps-
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.CfnEnvironmentMixinProps
CfnEnvironmentMixinProps.Builder, CfnEnvironmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentMixinProps.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 NumberThe deployment order for the environment.final StringThe description of the environment.final StringThe identifier of the Amazon DataZone domain in which the environment is created.final StringThe identifier of the AWS account in which an environment exists.final StringThe AWS Region in which an environment exists.final StringThe identifier of the environment blueprint.final StringThe identifier of the environment configuration.final StringThe identifier of the environment profile that is used to create this Amazon DataZone environment.final StringThe ARN of the environment role.The glossary terms that can be used in this Amazon DataZone environment.final StringgetName()The name of the Amazon DataZone environment.final StringThe identifier of the Amazon DataZone project in which this environment is created.final ObjectThe user parameters of this Amazon DataZone environment.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 theCfnEnvironmentMixinProps.Builder.
-
-
Method Details
-
getDeploymentOrder
Description copied from interface:CfnEnvironmentMixinPropsThe deployment order for the environment.- Specified by:
getDeploymentOrderin interfaceCfnEnvironmentMixinProps- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentMixinPropsThe description of the environment.- Specified by:
getDescriptionin interfaceCfnEnvironmentMixinProps- See Also:
-
getDomainIdentifier
Description copied from interface:CfnEnvironmentMixinPropsThe identifier of the Amazon DataZone domain in which the environment is created.- Specified by:
getDomainIdentifierin interfaceCfnEnvironmentMixinProps- See Also:
-
getEnvironmentAccountIdentifier
Description copied from interface:CfnEnvironmentMixinPropsThe identifier of the AWS account in which an environment exists.- Specified by:
getEnvironmentAccountIdentifierin interfaceCfnEnvironmentMixinProps- See Also:
-
getEnvironmentAccountRegion
Description copied from interface:CfnEnvironmentMixinPropsThe AWS Region in which an environment exists.- Specified by:
getEnvironmentAccountRegionin interfaceCfnEnvironmentMixinProps- See Also:
-
getEnvironmentBlueprintIdentifier
Description copied from interface:CfnEnvironmentMixinPropsThe identifier of the environment blueprint.- Specified by:
getEnvironmentBlueprintIdentifierin interfaceCfnEnvironmentMixinProps- See Also:
-
getEnvironmentConfigurationId
Description copied from interface:CfnEnvironmentMixinPropsThe identifier of the environment configuration.- Specified by:
getEnvironmentConfigurationIdin interfaceCfnEnvironmentMixinProps- See Also:
-
getEnvironmentProfileIdentifier
Description copied from interface:CfnEnvironmentMixinPropsThe identifier of the environment profile that is used to create this Amazon DataZone environment.- Specified by:
getEnvironmentProfileIdentifierin interfaceCfnEnvironmentMixinProps- See Also:
-
getEnvironmentRoleArn
Description copied from interface:CfnEnvironmentMixinPropsThe ARN of the environment role.- Specified by:
getEnvironmentRoleArnin interfaceCfnEnvironmentMixinProps- See Also:
-
getGlossaryTerms
Description copied from interface:CfnEnvironmentMixinPropsThe glossary terms that can be used in this Amazon DataZone environment.- Specified by:
getGlossaryTermsin interfaceCfnEnvironmentMixinProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentMixinPropsThe name of the Amazon DataZone environment.- Specified by:
getNamein interfaceCfnEnvironmentMixinProps- See Also:
-
getProjectIdentifier
Description copied from interface:CfnEnvironmentMixinPropsThe identifier of the Amazon DataZone project in which this environment is created.- Specified by:
getProjectIdentifierin interfaceCfnEnvironmentMixinProps- See Also:
-
getUserParameters
Description copied from interface:CfnEnvironmentMixinPropsThe user parameters of this Amazon DataZone environment.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnvironmentPropsMixin.EnvironmentParameterProperty>- Specified by:
getUserParametersin interfaceCfnEnvironmentMixinProps- 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()
-