ResourceSetArgs

data class ResourceSetArgs(val resourceSetName: Output<String>? = null, val resourceSetType: Output<String>? = null, val resources: Output<List<ResourceSetResourceArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ResourceSetArgs>

Schema for the AWS Route53 Recovery Readiness ResourceSet Resource and API.

Constructors

Link copied to clipboard
constructor(resourceSetName: Output<String>? = null, resourceSetType: Output<String>? = null, resources: Output<List<ResourceSetResourceArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val resources: Output<List<ResourceSetResourceArgs>>? = null

A list of resource objects in the resource set.

Link copied to clipboard
val resourceSetName: Output<String>? = null

The name of the resource set to create.

Link copied to clipboard
val resourceSetType: Output<String>? = null

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A tag to associate with the parameters for a resource set.

Functions

Link copied to clipboard
open override fun toJava(): ResourceSetArgs