VpcConnector

Describes an App Runner VPC connector resource. A VPC connector describes the Amazon Virtual Private Cloud (Amazon VPC) that an App Runner service is associated with, and the subnets and security group that are used.

Multiple revisions of a connector might have the same Name and different Revision values.

At this time, App Runner supports only one revision per name.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the VPC connector was created. It's in Unix time stamp format.

Link copied to clipboard

The time when the VPC connector was deleted. It's in Unix time stamp format.

Link copied to clipboard

A list of IDs of security groups that App Runner uses 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.

Link copied to clipboard

The current state of the VPC connector. If the status of a connector revision is INACTIVE, it was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are deleted.

Link copied to clipboard

A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.

Link copied to clipboard

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

Link copied to clipboard

The customer-provided VPC connector name.

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.

Functions

Link copied to clipboard
inline fun copy(block: VpcConnector.Builder.() -> Unit = {}): VpcConnector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String