VpcConnectorArgs

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.

Constructors

Link copied to clipboard
constructor(securityGroups: Output<List<String>>? = null, subnets: Output<List<String>>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, vpcConnectorName: Output<String>? = null)

Properties

Link copied to clipboard
val securityGroups: Output<List<String>>? = null

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
val subnets: Output<List<String>>? = null

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.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

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
val vpcConnectorName: Output<String>? = null

A name for the VPC connector. If you don't specify a name, AWS CloudFormation generates a name for your VPC connector.

Functions

Link copied to clipboard
open override fun toJava(): VpcConnectorArgs