Class CfnConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectionProps
@Stability(Stable)
@Internal
public static final class CfnConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectionProps
An implementation for
CfnConnectionProps-
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.CfnConnectionProps
CfnConnectionProps.Builder, CfnConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectionProps.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 location where the connection is created.final StringConnection description.final StringThe ID of the domain where the connection is created.final ObjectSpecifies whether the trusted identity propagation is enabled.final StringThe ID of the environment where the connection is created.final StringgetName()The name of the connection.final StringThe identifier of the project in which the connection should be created.final ObjectgetProps()Connection props.final StringgetScope()The scope of the connection.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 theCfnConnectionProps.Builder.
-
-
Method Details
-
getDomainIdentifier
Description copied from interface:CfnConnectionPropsThe ID of the domain where the connection is created.- Specified by:
getDomainIdentifierin interfaceCfnConnectionProps- See Also:
-
getName
Description copied from interface:CfnConnectionPropsThe name of the connection.- Specified by:
getNamein interfaceCfnConnectionProps- See Also:
-
getAwsLocation
Description copied from interface:CfnConnectionPropsThe location where the connection is created.Returns union: either
IResolvableorCfnConnection.AwsLocationProperty- Specified by:
getAwsLocationin interfaceCfnConnectionProps- See Also:
-
getDescription
Description copied from interface:CfnConnectionPropsConnection description.- Specified by:
getDescriptionin interfaceCfnConnectionProps- See Also:
-
getEnableTrustedIdentityPropagation
Description copied from interface:CfnConnectionPropsSpecifies whether the trusted identity propagation is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnableTrustedIdentityPropagationin interfaceCfnConnectionProps- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnConnectionPropsThe ID of the environment where the connection is created.- Specified by:
getEnvironmentIdentifierin interfaceCfnConnectionProps- See Also:
-
getProjectIdentifier
Description copied from interface:CfnConnectionPropsThe identifier of the project in which the connection should be created.If
- Specified by:
getProjectIdentifierin interfaceCfnConnectionProps- See Also:
-
getProps
Description copied from interface:CfnConnectionPropsConnection props.Returns union: either
IResolvableorCfnConnection.ConnectionPropertiesInputProperty- Specified by:
getPropsin interfaceCfnConnectionProps- See Also:
-
getScope
Description copied from interface:CfnConnectionPropsThe scope of the connection.- Specified by:
getScopein interfaceCfnConnectionProps- 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()
-