Class CfnResponderGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rtbfabric.CfnResponderGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResponderGatewayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResponderGatewayProps
@Stability(Stable)
@Internal
public static final class CfnResponderGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponderGatewayProps
An implementation for
CfnResponderGatewayProps-
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.rtbfabric.CfnResponderGatewayProps
CfnResponderGatewayProps.Builder, CfnResponderGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResponderGatewayProps.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 StringAn optional description for the responder gateway.final StringThe domain name for the responder gateway.final ObjectThe configuration for the managed endpoint.final NumbergetPort()The networking port to use.final StringThe networking protocol to use.The unique identifiers of the security groups.The unique identifiers of the subnets.getTags()A map of the key-value pairs of the tag or tags to assign to the resource.final ObjectThe configuration of the trust store.final ObjectgetVpcId()The unique identifier of the Virtual Private Cloud (VPC).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 theCfnResponderGatewayProps.Builder.
-
-
Method Details
-
getPort
Description copied from interface:CfnResponderGatewayPropsThe networking port to use.- Specified by:
getPortin interfaceCfnResponderGatewayProps- See Also:
-
getProtocol
Description copied from interface:CfnResponderGatewayPropsThe networking protocol to use.- Specified by:
getProtocolin interfaceCfnResponderGatewayProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnResponderGatewayPropsThe unique identifiers of the security groups.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupIdsin interfaceCfnResponderGatewayProps- See Also:
-
getSubnetIds
Description copied from interface:CfnResponderGatewayPropsThe unique identifiers of the subnets.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnResponderGatewayProps- See Also:
-
getVpcId
Description copied from interface:CfnResponderGatewayProps- Specified by:
getVpcIdin interfaceCfnResponderGatewayProps- See Also:
-
getDescription
Description copied from interface:CfnResponderGatewayPropsAn optional description for the responder gateway.- Specified by:
getDescriptionin interfaceCfnResponderGatewayProps- See Also:
-
getDomainName
Description copied from interface:CfnResponderGatewayPropsThe domain name for the responder gateway.- Specified by:
getDomainNamein interfaceCfnResponderGatewayProps- See Also:
-
getManagedEndpointConfiguration
Description copied from interface:CfnResponderGatewayPropsThe configuration for the managed endpoint.Returns union: either
IResolvableorCfnResponderGateway.ManagedEndpointConfigurationProperty- Specified by:
getManagedEndpointConfigurationin interfaceCfnResponderGatewayProps- See Also:
-
getTags
Description copied from interface:CfnResponderGatewayPropsA map of the key-value pairs of the tag or tags to assign to the resource.- Specified by:
getTagsin interfaceCfnResponderGatewayProps- See Also:
-
getTrustStoreConfiguration
Description copied from interface:CfnResponderGatewayPropsThe configuration of the trust store.Returns union: either
IResolvableorCfnResponderGateway.TrustStoreConfigurationProperty- Specified by:
getTrustStoreConfigurationin interfaceCfnResponderGatewayProps- 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()
-