Dataset
A Healthcare Dataset is a toplevel logical grouping of dicomStores, fhirStores and hl7V2Stores.
To get more information about Dataset, see:
- API documentation
- How-to Guides
Create a Dataset Resource
new Dataset(name: string, args: DatasetArgs, opts?: CustomResourceOptions);def Dataset(resource_name, opts=None, location=None, name=None, project=None, time_zone=None, __props__=None);func NewDataset(ctx *Context, name string, args DatasetArgs, opts ...ResourceOption) (*Dataset, error)public Dataset(string name, DatasetArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Dataset Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Dataset resource accepts the following input properties:
- Location string
The location for the Dataset.
- Name string
The resource name for the Dataset.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Time
Zone 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 (e.g., HL7 messages) where no explicit timezone is specified.
- Location string
The location for the Dataset.
- Name string
The resource name for the Dataset.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Time
Zone 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 (e.g., HL7 messages) where no explicit timezone is specified.
- location string
The location for the Dataset.
- name string
The resource name for the Dataset.
- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- time
Zone 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 (e.g., HL7 messages) where no explicit timezone is specified.
- location str
The location for the Dataset.
- name str
The resource name for the Dataset.
- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- time_
zone str 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 (e.g., HL7 messages) where no explicit timezone is specified.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dataset resource produces the following output properties:
Look up an Existing Dataset Resource
Get an existing Dataset resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DatasetState, opts?: CustomResourceOptions): Datasetstatic get(resource_name, id, opts=None, location=None, name=None, project=None, self_link=None, time_zone=None, __props__=None);func GetDataset(ctx *Context, name string, id IDInput, state *DatasetState, opts ...ResourceOption) (*Dataset, error)public static Dataset Get(string name, Input<string> id, DatasetState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Location string
The location for the Dataset.
- Name string
The resource name for the Dataset.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Self
Link string The fully qualified name of this dataset
- Time
Zone 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 (e.g., HL7 messages) where no explicit timezone is specified.
- Location string
The location for the Dataset.
- Name string
The resource name for the Dataset.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Self
Link string The fully qualified name of this dataset
- Time
Zone 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 (e.g., HL7 messages) where no explicit timezone is specified.
- location string
The location for the Dataset.
- name string
The resource name for the Dataset.
- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- self
Link string The fully qualified name of this dataset
- time
Zone 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 (e.g., HL7 messages) where no explicit timezone is specified.
- location str
The location for the Dataset.
- name str
The resource name for the Dataset.
- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- self_
link str The fully qualified name of this dataset
- time_
zone str 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 (e.g., HL7 messages) where no explicit timezone is specified.
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.