Class CfnHostProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codeconnections.CfnHostProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHostProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHostProps
@Stability(Stable)
@Internal
public static final class CfnHostProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHostProps
An implementation for
CfnHostProps-
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.codeconnections.CfnHostProps
CfnHostProps.Builder, CfnHostProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHostProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHostProps.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 StringgetName()The name of the host.final StringThe endpoint of the infrastructure where your provider type is installed.final StringThe name of the installed provider to be associated with your connection.getTags()Tags to apply to the host.final ObjectThe VPC configuration provisioned for the host.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 theCfnHostProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnHostPropsThe name of the host.- Specified by:
getNamein interfaceCfnHostProps- See Also:
-
getProviderEndpoint
Description copied from interface:CfnHostPropsThe endpoint of the infrastructure where your provider type is installed.- Specified by:
getProviderEndpointin interfaceCfnHostProps- See Also:
-
getProviderType
Description copied from interface:CfnHostPropsThe name of the installed provider to be associated with your connection.- Specified by:
getProviderTypein interfaceCfnHostProps- See Also:
-
getTags
Description copied from interface:CfnHostPropsTags to apply to the host.- Specified by:
getTagsin interfaceCfnHostProps- See Also:
-
getVpcConfiguration
Description copied from interface:CfnHostPropsThe VPC configuration provisioned for the host.Returns union: either
IResolvableorCfnHost.VpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnHostProps- 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()
-