UsageProfileArgs

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)

Properties

Link copied to clipboard

UsageProfile configuration for supported service ex: (Jobs, Sessions).

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

The description of the UsageProfile.

Link copied to clipboard
val name: Output<String>? = null

The name of the UsageProfile.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to be applied to this UsageProfiles.

Functions

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