AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RTBFabric::ResponderGateway

CfnResponderGateway

Creates a responder gateway. > A domain name or managed endpoint is required.

Import

import { CfnResponderGateway } from 'aws-cdk-lib/aws-rtbfabric';

Or use the module namespace:

import * as rtbfabric from 'aws-cdk-lib/aws-rtbfabric';
// rtbfabric.CfnResponderGateway

Properties

Configuration passed to the constructor as CfnResponderGatewayProps.

portRequired
number

The networking port to use.

protocolRequired
string

The networking protocol to use.

securityGroupIdsRequired
string | ISecurityGroupRef[]

The unique identifiers of the security groups.

subnetIdsRequired
string | ISubnetRef[]

The unique identifiers of the subnets.

vpcIdRequired
string | IVPCRef

The unique identifier of the Virtual Private Cloud (VPC).

descriptionOptional
string

An optional description for the responder gateway.

domainNameOptional
string

The domain name for the responder gateway.

managedEndpointConfigurationOptional
IResolvable | ManagedEndpointConfigurationProperty

The configuration for the managed endpoint.

tagsOptional
CfnTag[]

A map of the key-value pairs of the tag or tags to assign to the resource.

trustStoreConfigurationOptional
IResolvable | TrustStoreConfigurationProperty

The configuration of the trust store.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-rtbfabric
CFN TypeAWS::RTBFabric::ResponderGateway
Properties10

External Links