Show / Hide Table of Contents

Class DicomStoreArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DicomStoreArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Healthcare
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DicomStoreArgs : ResourceArgs

Constructors

View Source

DicomStoreArgs()

Declaration
public DicomStoreArgs()

Properties

View Source

Dataset

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>
View Source

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>
View Source

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>
View Source

NotificationConfig

A nested object resource Structure is documented below.

Declaration
public Input<DicomStoreNotificationConfigArgs> NotificationConfig { get; set; }
Property Value
Type Description
Input<DicomStoreNotificationConfigArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.