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