View source: R/route53recoveryreadiness_operations.R
route53recoveryreadiness_create_resource_set | R Documentation |
Creates a resource set. A resource set is a set of resources of one type that span multiple cells. You can associate a resource set with a readiness check to monitor the resources for failover readiness.
See https://www.paws-r-sdk.com/docs/route53recoveryreadiness_create_resource_set/ for full documentation.
route53recoveryreadiness_create_resource_set(
ResourceSetName,
ResourceSetType,
Resources,
Tags = NULL
)
ResourceSetName |
[required] The name of the resource set to create. |
ResourceSetType |
[required] The resource type of the resources in the resource set. Enter one of the following values for resource type: AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, 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 |
Resources |
[required] A list of resource objects in the resource set. |
Tags |
A tag to associate with the parameters for a resource set. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.