Class CfnPrivateConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsagent.CfnPrivateConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrivateConnectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrivateConnectionProps
@Stability(Stable)
@Internal
public static final class CfnPrivateConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrivateConnectionProps
An implementation for
CfnPrivateConnectionProps-
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.devopsagent.CfnPrivateConnectionProps
CfnPrivateConnectionProps.Builder, CfnPrivateConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrivateConnectionProps.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 StringCertificate for the Private Connection.final ObjectThe connection configuration, either SelfManaged or ServiceManaged.final StringgetName()Unique name for this Private Connection within the account.getTags()An array of key-value pairs to apply to this resource.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 theCfnPrivateConnectionProps.Builder.
-
-
Method Details
-
getConnectionConfiguration
Description copied from interface:CfnPrivateConnectionPropsThe connection configuration, either SelfManaged or ServiceManaged.Returns union: either
IResolvableorCfnPrivateConnection.ConnectionConfigurationProperty- Specified by:
getConnectionConfigurationin interfaceCfnPrivateConnectionProps- See Also:
-
getName
Description copied from interface:CfnPrivateConnectionPropsUnique name for this Private Connection within the account.- Specified by:
getNamein interfaceCfnPrivateConnectionProps- See Also:
-
getCertificate
Description copied from interface:CfnPrivateConnectionPropsCertificate for the Private Connection.- Specified by:
getCertificatein interfaceCfnPrivateConnectionProps- See Also:
-
getTags
Description copied from interface:CfnPrivateConnectionPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnPrivateConnectionProps- 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()
-