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

GetResourceSetResponse

import type { GetResourceSetResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface GetResourceSetResponse {
Resources?: Resource[] | null;
ResourceSetArn?: string | null;
ResourceSetName?: string | null;
ResourceSetType?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Resources?: Resource[] | null
[src]

A list of resource objects.

§
ResourceSetArn?: string | null
[src]

The Amazon Resource Name (ARN) for the resource set.

§
ResourceSetName?: string | null
[src]

The name of the resource set.

§
ResourceSetType?: string | null
[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

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]