Dataset

class Dataset : KotlinCustomResource

Creates a new health dataset. Results are returned through the Operation interface which returns either an Operation.response which contains a Dataset or Operation.error. The metadata field type is OperationMetadata.

Properties

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

The ID of the dataset that is being created. The string must match the following regex: [\p{L}\p{N}_\-\&#46;]{1,256}.

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 dataset, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}.

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 timeZone: Output<String>

The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.

Link copied to clipboard
val urn: Output<String>