Taxonomy Args
data class TaxonomyArgs(val activatedPolicyTypes: Output<List<TaxonomyActivatedPolicyTypesItem>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<TaxonomyArgs>
Creates a taxonomy in the specified project. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun TaxonomyArgs(activatedPolicyTypes: Output<List<TaxonomyActivatedPolicyTypesItem>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null)