ResourceSetArgs

data class ResourceSetArgs(val description: Output<String>? = null, val name: Output<String>? = null, val resourceTypeList: Output<List<String>>? = null, val resources: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ResourceSetArgs>

Creates an AWS Firewall Manager resource set.

Constructors

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

Properties

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

A description of the resource set.

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

The descriptive name of the resource set. You can't change the name of a resource set after you create it.

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

Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.

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

Functions

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