Class CfnInstanceConnectEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnInstanceConnectEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInstanceConnectEndpointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstanceConnectEndpointProps
@Stability(Stable)
@Internal
public static final class CfnInstanceConnectEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstanceConnectEndpointProps
An implementation for
CfnInstanceConnectEndpointProps-
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.ec2.CfnInstanceConnectEndpointProps
CfnInstanceConnectEndpointProps.Builder, CfnInstanceConnectEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstanceConnectEndpointProps.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 StringUnique, case-sensitive identifier that you provide to ensure the idempotency of the request.final ObjectIndicates whether the client IP address is preserved as the source.One or more security groups to associate with the endpoint.final StringThe ID of the subnet in which to create the EC2 Instance Connect Endpoint.getTags()The tags to apply to the EC2 Instance Connect Endpoint during creation.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 theCfnInstanceConnectEndpointProps.Builder.
-
-
Method Details
-
getSubnetId
Description copied from interface:CfnInstanceConnectEndpointPropsThe ID of the subnet in which to create the EC2 Instance Connect Endpoint.- Specified by:
getSubnetIdin interfaceCfnInstanceConnectEndpointProps- See Also:
-
getClientToken
Description copied from interface:CfnInstanceConnectEndpointPropsUnique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Specified by:
getClientTokenin interfaceCfnInstanceConnectEndpointProps- See Also:
-
getPreserveClientIp
Description copied from interface:CfnInstanceConnectEndpointPropsIndicates whether the client IP address is preserved as the source. The following are the possible values.true- Use the client IP address as the source.false- Use the network interface IP address as the source.
PreserveClientIpis only supported on IPv4 EC2 Instance Connect Endpoints. To usePreserveClientIp, the value forIpAddressTypemust beipv4.Default:
falseReturns union: either
BooleanorIResolvable- Specified by:
getPreserveClientIpin interfaceCfnInstanceConnectEndpointProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnInstanceConnectEndpointPropsOne or more security groups to associate with the endpoint.If you don't specify a security group, the default security group for your VPC will be associated with the endpoint.
- Specified by:
getSecurityGroupIdsin interfaceCfnInstanceConnectEndpointProps- See Also:
-
getTags
Description copied from interface:CfnInstanceConnectEndpointPropsThe tags to apply to the EC2 Instance Connect Endpoint during creation.- Specified by:
getTagsin interfaceCfnInstanceConnectEndpointProps- 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()
-