Class CfnInstanceConnectEndpointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnInstanceConnectEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInstanceConnectEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstanceConnectEndpointMixinProps
@Stability(Stable)
@Internal
public static final class CfnInstanceConnectEndpointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstanceConnectEndpointMixinProps
An implementation for
CfnInstanceConnectEndpointMixinProps-
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.ec2.CfnInstanceConnectEndpointMixinProps
CfnInstanceConnectEndpointMixinProps.Builder, CfnInstanceConnectEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstanceConnectEndpointMixinProps.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 theCfnInstanceConnectEndpointMixinProps.Builder.
-
-
Method Details
-
getClientToken
Description copied from interface:CfnInstanceConnectEndpointMixinPropsUnique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Specified by:
getClientTokenin interfaceCfnInstanceConnectEndpointMixinProps- See Also:
-
getPreserveClientIp
Description copied from interface:CfnInstanceConnectEndpointMixinPropsIndicates 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 interfaceCfnInstanceConnectEndpointMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnInstanceConnectEndpointMixinPropsOne 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 interfaceCfnInstanceConnectEndpointMixinProps- See Also:
-
getSubnetId
Description copied from interface:CfnInstanceConnectEndpointMixinPropsThe ID of the subnet in which to create the EC2 Instance Connect Endpoint.- Specified by:
getSubnetIdin interfaceCfnInstanceConnectEndpointMixinProps- See Also:
-
getTags
Description copied from interface:CfnInstanceConnectEndpointMixinPropsThe tags to apply to the EC2 Instance Connect Endpoint during creation.- Specified by:
getTagsin interfaceCfnInstanceConnectEndpointMixinProps- 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()
-