vpc_connector_tags
Expands all tag keys and values for vpc_connectors in a region
Overview
| Name | vpc_connector_tags |
| Type | Resource |
| Description | The AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector. |
| Id | aws.apprunner.vpc_connector_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
vpc_connector_name | string | A name for the VPC connector. If you don't specify a name, AWS CloudFormation generates a name for your VPC connector. |
vpc_connector_arn | string | The Amazon Resource Name (ARN) of this VPC connector. |
vpc_connector_revision | integer | The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name. |
subnets | array | 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. |
security_groups | array | 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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all vpc_connectors in a region.
SELECT
region,
vpc_connector_name,
vpc_connector_arn,
vpc_connector_revision,
subnets,
security_groups,
tag_key,
tag_value
FROM aws.apprunner.vpc_connector_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_connector_tags resource, see vpc_connectors