ResourceSet

class ResourceSet : KotlinCustomResource

Creates an AWS Firewall Manager resource set.

Properties

Link copied to clipboard
val awsId: Output<String>

A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

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

A description of the resource set.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resources: Output<List<String>>?
Link copied to clipboard

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<Tag>>?
Link copied to clipboard
val urn: Output<String>