ResourceGroupArgs

data class ResourceGroupArgs(val resourceGroupTags: Output<List<ResourceGroupTagArgs>>? = null) : ConvertibleToJava<ResourceGroupArgs>

Resource Type definition for AWS::Inspector::ResourceGroup

Constructors

Link copied to clipboard
constructor(resourceGroupTags: Output<List<ResourceGroupTagArgs>>? = null)

Properties

Link copied to clipboard

The tags (key and value pairs) that will be associated with the resource group. For more information, see Tag .

Functions

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