VpcConnector

class VpcConnector : KotlinCustomResource

The AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val securityGroups: Output<List<String>>?

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>>

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<CreateOnlyTag>>?

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 urn: Output<String>
Link copied to clipboard
val vpcConnectorArn: Output<String>

The Amazon Resource Name (ARN) of this VPC connector.

Link copied to clipboard
val vpcConnectorName: Output<String>?

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

Link copied to clipboard

The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.