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