AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RTBFabric::RequesterGateway

CfnRequesterGateway

Creates a requester gateway.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRequesterGatewayProps.

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 requester gateway.

tagsOptional
CfnTag[]

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

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::RequesterGateway
Properties5

External Links