Class CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty
@Stability(Stable)
@Internal
public static final class CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty
An implementation for
CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty-
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.devopsagent.CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty
CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty.Builder, CfnPrivateConnectionPropsMixin.ServiceManagedModeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty.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 StringIP address or DNS name of the target resource.final StringIP address type of the service-managed Resource Gateway.final NumberNumber of IPv4 addresses in each ENI for the service-managed Resource Gateway.TCP port ranges that a consumer can use to access the resource.Security groups to attach to the service-managed Resource Gateway.Subnets that the service-managed Resource Gateway will span.final StringgetVpcId()VPC to create the service-managed Resource Gateway in.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 theCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty.Builder.
-
-
Method Details
-
getHostAddress
Description copied from interface:CfnPrivateConnectionPropsMixin.ServiceManagedModePropertyIP address or DNS name of the target resource.- Specified by:
getHostAddressin interfaceCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty- See Also:
-
getIpAddressType
Description copied from interface:CfnPrivateConnectionPropsMixin.ServiceManagedModePropertyIP address type of the service-managed Resource Gateway.- Specified by:
getIpAddressTypein interfaceCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty- See Also:
-
getIpv4AddressesPerEni
Description copied from interface:CfnPrivateConnectionPropsMixin.ServiceManagedModePropertyNumber of IPv4 addresses in each ENI for the service-managed Resource Gateway.- Specified by:
getIpv4AddressesPerEniin interfaceCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty- See Also:
-
getPortRanges
Description copied from interface:CfnPrivateConnectionPropsMixin.ServiceManagedModePropertyTCP port ranges that a consumer can use to access the resource.- Specified by:
getPortRangesin interfaceCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnPrivateConnectionPropsMixin.ServiceManagedModePropertySecurity groups to attach to the service-managed Resource Gateway.- Specified by:
getSecurityGroupIdsin interfaceCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnPrivateConnectionPropsMixin.ServiceManagedModePropertySubnets that the service-managed Resource Gateway will span.- Specified by:
getSubnetIdsin interfaceCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty- See Also:
-
getVpcId
Description copied from interface:CfnPrivateConnectionPropsMixin.ServiceManagedModePropertyVPC to create the service-managed Resource Gateway in.- Specified by:
getVpcIdin interfaceCfnPrivateConnectionPropsMixin.ServiceManagedModeProperty- 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()
-