Vpc Connector Args
data class VpcConnectorArgs(val securityGroups: Output<List<String>>? = null, val subnets: Output<List<String>>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val vpcConnectorName: Output<String>? = null) : ConvertibleToJava<VpcConnectorArgs>
The AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector.
Properties
Link copied to clipboard
A list of IDs of security groups that App Runner should use for access to AWS 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.
Link copied to clipboard
A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.
Link copied to clipboard
A name for the VPC connector. If you don't specify a name, AWS CloudFormation generates a name for your VPC connector.