InternetGatewaySchema
Hierarchy
- BaseResourceSchema- InternetGatewaySchema
 
Index
Properties
Properties
inheritedparents
properties
Input properties.
- properties.awsAccountId- The AWS account id.
- properties.awsRegionId- The AWS region id.
- properties.internetGatewayName- The name of the internet gateway.
Type declaration
- awsAccountId: string
- awsRegionId: string
- internetGatewayName: string
inheritedresourceId
response
Saved response.
- response.InternetGatewayArn- The ARN of the internet gateway.
- response.InternetGatewayId- The ID of the internet gateway.
Type declaration
- optionalInternetGatewayArn?: string
- optionalInternetGatewayId?: string
inheritedtags
Type declaration
- [key string]: string
The
InternetGatewaySchemaclass is the schema for theInternetGatewayresource, which represents the AWS VPC Internet Gateway resource. This resource can create a internet gateway in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.Resources/InternetGateway
parents - This resource has parents.
resourceId - The resource id is of format
igw-<region-id>