aws_apprunner_vpc_connector
account_id
Type: STRING
created_at
Type: TIMESTAMP
Provider name: CreatedAt
Description: The time when the VPC connector was created. It’s in Unix time stamp format.
deleted_at
Type: TIMESTAMP
Provider name: DeletedAt
Description: The time when the VPC connector was deleted. It’s in Unix time stamp format.
security_groups
Type: UNORDERED_LIST_STRING
Provider name: SecurityGroups
Description: 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.
status
Type: STRING
Provider name: Status
Description: 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.
subnets
Type: UNORDERED_LIST_STRING
Provider name: Subnets
Description: A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.
Type: UNORDERED_LIST_STRING
vpc_connector_arn
Type: STRING
Provider name: VpcConnectorArn
Description: The Amazon Resource Name (ARN) of this VPC connector.
vpc_connector_name
Type: STRING
Provider name: VpcConnectorName
Description: The customer-provided VPC connector name.
vpc_connector_revision
Type: INT32
Provider name: VpcConnectorRevision
Description: The revision of this VPC connector. It’s unique among all the active connectors (“Status”: “ACTIVE”
) that share the same Name
. At this time, App Runner supports only one revision per name.