Resource Set Args
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)