Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateResourceSetRequest

import type { UpdateResourceSetRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";

Name of a resource set.

interface UpdateResourceSetRequest {
Resources: Resource[];
ResourceSetName: string;
ResourceSetType: string;
}

§Properties

§
Resources: Resource[]
[src]

A list of resource objects.

§
ResourceSetName: string
[src]

Name of a resource set.

§
ResourceSetType: string
[src]

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