AWS::RTBFabric::RequesterGatewayCreates a requester gateway.
import { CfnRequesterGateway } from 'aws-cdk-lib/aws-rtbfabric';Or use the module namespace:
import * as rtbfabric from 'aws-cdk-lib/aws-rtbfabric';
// rtbfabric.CfnRequesterGatewayConfiguration passed to the constructor as CfnRequesterGatewayProps.
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 requester gateway.
tagsOptionalCfnTag[]A map of the key-value pairs of the tag or tags to assign to the resource.
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::RequesterGateway