Class DicomStoreArgs
Inherited Members
Namespace: Pulumi.Gcp.Healthcare
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DicomStoreArgs : ResourceArgs
Constructors
View SourceDicomStoreArgs()
Declaration
public DicomStoreArgs()
Properties
View SourceDataset
Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'
Declaration
public Input<string> Dataset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
User-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}-]{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}-]{0,63} No more than 64 labels can be associated with a given store. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Name
The resource name for the DicomStore. ** Changing this property may recreate the Dicom store (removing all data) **
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationConfig
A nested object resource Structure is documented below.
Declaration
public Input<DicomStoreNotificationConfigArgs> NotificationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DicomStoreNotificationConfigArgs> |