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<ResourceSetTagArgs>>? = null) : ConvertibleToJava<ResourceSetArgs>

Creates an AWS Firewall Manager resource set.

Constructors

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

Functions

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

Properties

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