AttributeDefinition

class AttributeDefinition : KotlinCustomResource

Creates a new Attribute definition in the parent consent store.

Properties

Link copied to clipboard
val allowedValues: Output<List<String>>

Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.

Link copied to clipboard

Required. The ID of the Attribute definition to create. The string must match the following regex: _a-zA-Z{0,255} and must not be a reserved keyword within the Common Expression Language as listed on https://github.com/google/cel-spec/blob/master/doc/langdef.md.

Link copied to clipboard
val category: Output<String>

The category of the attribute. The value of this field cannot be changed after creation.

Link copied to clipboard

Optional. Default values of the attribute in Consents. If no default values are specified, it defaults to an empty value.

Link copied to clipboard
val consentStoreId: Output<String>
Link copied to clipboard

Optional. Default value of the attribute in User data mappings. If no default value is specified, it defaults to an empty value. This field is only applicable to attributes of the category RESOURCE.

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

Optional. A description of the attribute.

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

Resource name of the Attribute definition, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}. Cannot be changed after creation.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>