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