resource_set_tags
Expands all tag keys and values for resource_sets
in a region
Overview
Name | resource_set_tags |
Type | Resource |
Description | Schema for the AWS Route53 Recovery Readiness ResourceSet Resource and API. |
Id | aws.route53recoveryreadiness.resource_set_tags |
Fields
Name | Datatype | Description |
---|---|---|
resource_set_name | string | The name of the resource set to create. |
resources | array | A list of resource objects in the resource set. |
resource_set_arn | string | The Amazon Resource Name (ARN) of the resource set. |
resource_set_type | string | The resource type of the resources in the resource set. Enter one of the following values for resource type: AWS: :AutoScaling: :AutoScalingGroup, AWS: :CloudWatch: :Alarm, AWS: :EC2: :CustomerGateway, AWS: :DynamoDB: :Table, AWS: :EC2: :Volume, AWS: :ElasticLoadBalancing: :LoadBalancer, AWS: :ElasticLoadBalancingV2: :LoadBalancer, AWS: :MSK: :Cluster, AWS: :RDS: :DBCluster, AWS: :Route53: :HealthCheck, AWS: :SQS: :Queue, AWS: :SNS: :Topic, AWS: :SNS: :Subscription, AWS: :EC2: :VPC, AWS: :EC2: :VPNConnection, AWS: :EC2: :VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource |
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 resource_sets
in a region.
SELECT
region,
resource_set_name,
resources,
resource_set_arn,
resource_set_type,
tag_key,
tag_value
FROM aws.route53recoveryreadiness.resource_set_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resource_set_tags
resource, see resource_sets