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