- Navigation Guide
@aws-sdk/client-apprunner
CreateVpcConnectorCommandInput Interface
The input for CreateVpcConnectorCommand.
Members
Name | Type | Details |
---|---|---|
Subnets Required | string[] | undefined | A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify. App Runner currently only provides support for IPv4. |
VpcConnectorName Required | string | undefined | A name for the VPC connector. |
SecurityGroups | string[] | undefined | A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic. |
Tags | Tag[] | undefined | A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair. |
Full Signature
export interface CreateVpcConnectorCommandInput extends CreateVpcConnectorRequest