resource_set
Gets an individual resource_set
resource
Overview
Name | resource_set |
Type | Resource |
Description | resource_set |
Id | awscc.route53recoveryreadiness.resource_set |
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: <br/><br/>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 |
tags | array | A tag to associate with the parameters for a resource set. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
resource_set_name,
resources,
resource_set_arn,
resource_set_type,
tags
FROM awscc.route53recoveryreadiness.resource_set
WHERE data__Identifier = '<ResourceSetName>';
Permissions
To operate on the resource_set
resource, the following permissions are required:
Read
route53-recovery-readiness:GetResourceSet,
route53-recovery-readiness:ListTagsForResources
Update
route53-recovery-readiness:UpdateResourceSet,
route53-recovery-readiness:GetResourceSet,
route53-recovery-readiness:GetRecoveryGroup,
route53-recovery-readiness:GetCell,
route53-recovery-readiness:ListTagsForResources,
route53-recovery-readiness:TagResource,
route53-recovery-readiness:UntagResource
Delete
route53-recovery-readiness:DeleteResourceSet,
route53-recovery-readiness:GetResourceSet