Class CfnEnvironmentProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnEnvironmentProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentProfileProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentProfileProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentProfileProps
An implementation for
CfnEnvironmentProfileProps-
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.CfnEnvironmentProfileProps
CfnEnvironmentProfileProps.Builder, CfnEnvironmentProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentProfileProps.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 identifier of an AWS account in which an environment profile exists.final StringThe AWS Region in which an environment profile exists.final StringThe description of the environment profile.final StringThe identifier of the Amazon DataZone domain in which the environment profile exists.final StringThe identifier of a blueprint with which an environment profile is created.final StringgetName()The name of the environment profile.final StringThe identifier of a project in which an environment profile exists.final ObjectThe user parameters of this Amazon DataZone environment profile.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 theCfnEnvironmentProfileProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnEnvironmentProfilePropsThe identifier of an AWS account in which an environment profile exists.- Specified by:
getAwsAccountIdin interfaceCfnEnvironmentProfileProps- See Also:
-
getAwsAccountRegion
Description copied from interface:CfnEnvironmentProfilePropsThe AWS Region in which an environment profile exists.- Specified by:
getAwsAccountRegionin interfaceCfnEnvironmentProfileProps- See Also:
-
getDomainIdentifier
Description copied from interface:CfnEnvironmentProfilePropsThe identifier of the Amazon DataZone domain in which the environment profile exists.- Specified by:
getDomainIdentifierin interfaceCfnEnvironmentProfileProps- See Also:
-
getEnvironmentBlueprintIdentifier
Description copied from interface:CfnEnvironmentProfilePropsThe identifier of a blueprint with which an environment profile is created.- Specified by:
getEnvironmentBlueprintIdentifierin interfaceCfnEnvironmentProfileProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentProfilePropsThe name of the environment profile.- Specified by:
getNamein interfaceCfnEnvironmentProfileProps- See Also:
-
getProjectIdentifier
Description copied from interface:CfnEnvironmentProfilePropsThe identifier of a project in which an environment profile exists.- Specified by:
getProjectIdentifierin interfaceCfnEnvironmentProfileProps- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentProfilePropsThe description of the environment profile.- Specified by:
getDescriptionin interfaceCfnEnvironmentProfileProps- See Also:
-
getUserParameters
Description copied from interface:CfnEnvironmentProfilePropsThe user parameters of this Amazon DataZone environment profile.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnvironmentProfile.EnvironmentParameterProperty>- Specified by:
getUserParametersin interfaceCfnEnvironmentProfileProps- 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()
-