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