Class CfnProjectProfile.EnvironmentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnProjectProfile.EnvironmentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectProfile.EnvironmentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectProfile.EnvironmentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnProjectProfile.EnvironmentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProjectProfile.EnvironmentConfigurationProperty
An implementation for
CfnProjectProfile.EnvironmentConfigurationProperty-
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.datazone.CfnProjectProfile.EnvironmentConfigurationProperty
CfnProjectProfile.EnvironmentConfigurationProperty.Builder, CfnProjectProfile.EnvironmentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProjectProfile.EnvironmentConfigurationProperty.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 ObjectThe AWS account of the environment.final ObjectThe AWS Region of the environment.final ObjectThe configuration parameters of the environment.final StringThe deployment mode of the environment.final NumberThe deployment order of the environment.final StringThe environment description.final StringThe environment blueprint ID.final Stringfinal StringgetName()The environment name.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 theCfnProjectProfile.EnvironmentConfigurationProperty.Builder.
-
-
Method Details
-
getAwsRegion
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe AWS Region of the environment.Returns union: either
IResolvableorCfnProjectProfile.RegionProperty- Specified by:
getAwsRegionin interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getEnvironmentBlueprintId
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe environment blueprint ID.- Specified by:
getEnvironmentBlueprintIdin interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe environment name.- Specified by:
getNamein interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getAwsAccount
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe AWS account of the environment.Returns union: either
IResolvableorCfnProjectProfile.AwsAccountProperty- Specified by:
getAwsAccountin interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getConfigurationParameters
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe configuration parameters of the environment.Returns union: either
IResolvableorCfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty- Specified by:
getConfigurationParametersin interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getDeploymentMode
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe deployment mode of the environment.- Specified by:
getDeploymentModein interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getDeploymentOrder
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe deployment order of the environment.- Specified by:
getDeploymentOrderin interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getDescription
Description copied from interface:CfnProjectProfile.EnvironmentConfigurationPropertyThe environment description.- Specified by:
getDescriptionin interfaceCfnProjectProfile.EnvironmentConfigurationProperty- See Also:
-
getEnvironmentConfigurationId
- Specified by:
getEnvironmentConfigurationIdin interfaceCfnProjectProfile.EnvironmentConfigurationProperty- 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()
-