ProductSet

class ProductSet : KotlinCustomResource

Creates and returns a new ProductSet resource. Possible errors: * Returns INVALID_ARGUMENT if display_name is missing, or is longer than 4096 characters.

Properties

Link copied to clipboard
val displayName: Output<String>

The user-provided name for this ProductSet. Must not be empty. Must be at most 4096 characters long.

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

If there was an error with indexing the product set, the field is populated. This field is ignored when creating a ProductSet.

Link copied to clipboard
val indexTime: Output<String>

The time at which this ProductSet was last indexed. Query results will reflect all updates before this time. If this ProductSet has never been indexed, this timestamp is the default value "1970-01-01T00:00:00Z". This field is ignored when creating a ProductSet.

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

The resource name of the ProductSet. Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID. This field is ignored when creating a ProductSet.

Link copied to clipboard
val productSetId: Output<String>?

A user-supplied resource id for this ProductSet. If set, the server will attempt to use this value as the resource id. If it is already in use, an error is returned with code ALREADY_EXISTS. Must be at most 128 characters long. It cannot contain the character /.

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>