AWS::RTBFabric::ResponderGatewayCreates a responder gateway. > A domain name or managed endpoint is required.
import { CfnResponderGateway } from 'aws-cdk-lib/aws-rtbfabric';Or use the module namespace:
import * as rtbfabric from 'aws-cdk-lib/aws-rtbfabric';
// rtbfabric.CfnResponderGatewayConfiguration passed to the constructor as CfnResponderGatewayProps.
portRequirednumberThe networking port to use.
protocolRequiredstringThe networking protocol to use.
securityGroupIdsRequiredstring | ISecurityGroupRef[]The unique identifiers of the security groups.
subnetIdsRequiredstring | ISubnetRef[]The unique identifiers of the subnets.
vpcIdRequiredstring | IVPCRefThe unique identifier of the Virtual Private Cloud (VPC).
descriptionOptionalstringAn optional description for the responder gateway.
domainNameOptionalstringThe domain name for the responder gateway.
managedEndpointConfigurationOptionalIResolvable | ManagedEndpointConfigurationPropertyThe configuration for the managed endpoint.
tagsOptionalCfnTag[]A map of the key-value pairs of the tag or tags to assign to the resource.
trustStoreConfigurationOptionalIResolvable | TrustStoreConfigurationPropertyThe configuration of the trust store.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-rtbfabricAWS::RTBFabric::ResponderGateway