Usage Profile Args
data class UsageProfileArgs(val configuration: Output<UsageProfileProfileConfigurationArgs>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<UsageProfileArgs>
This creates a Resource of UsageProfile type.
Constructors
Link copied to clipboard
constructor(configuration: Output<UsageProfileProfileConfigurationArgs>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)