Interface HealthcareDicomStoreConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
HealthcareDicomStoreConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.512Z") @Stability(Stable) public interface HealthcareDicomStoreConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareDicomStoreConfig.BuilderA builder forHealthcareDicomStoreConfigstatic classHealthcareDicomStoreConfig.Jsii$ProxyAn implementation forHealthcareDicomStoreConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HealthcareDicomStoreConfig.Builderbuilder()StringgetDataset()Identifies the dataset addressed by this request.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#id HealthcareDicomStore#id}.default Map<String,String>getLabels()User-supplied key-value pairs used to organize DICOM stores.StringgetName()The resource name for the DicomStore.default HealthcareDicomStoreNotificationConfiggetNotificationConfig()notification_config block.default HealthcareDicomStoreTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDataset
@Stability(Stable) @NotNull String getDataset()
Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#dataset HealthcareDicomStore#dataset}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name for the DicomStore.** Changing this property may recreate the Dicom store (removing all data) ** Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#name HealthcareDicomStore#name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#id HealthcareDicomStore#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
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" }. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#labels HealthcareDicomStore#labels}
-
getNotificationConfig
@Stability(Stable) @Nullable default HealthcareDicomStoreNotificationConfig getNotificationConfig()
notification_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#notification_config HealthcareDicomStore#notification_config}
-
getTimeouts
@Stability(Stable) @Nullable default HealthcareDicomStoreTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#timeouts HealthcareDicomStore#timeouts}
-
builder
@Stability(Stable) static HealthcareDicomStoreConfig.Builder builder()
- Returns:
- a
HealthcareDicomStoreConfig.BuilderofHealthcareDicomStoreConfig
-
-