GroupArgs

data class GroupArgs(val name: Output<String>? = null, val resourceArns: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<GroupArgs>

Resource Type definition for AWS::Synthetics::Group

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, resourceArns: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

Name of the group.

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

The ARNs of the canaries that you want to associate with this group.

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

The list of key-value pairs that are associated with the group.

Functions

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