Interface HealthcareDatasetConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
HealthcareDatasetConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.505Z") @Stability(Stable) public interface HealthcareDatasetConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareDatasetConfig.BuilderA builder forHealthcareDatasetConfigstatic classHealthcareDatasetConfig.Jsii$ProxyAn implementation forHealthcareDatasetConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HealthcareDatasetConfig.Builderbuilder()default HealthcareDatasetEncryptionSpecgetEncryptionSpec()encryption_spec block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#id HealthcareDataset#id}.StringgetLocation()The location for the Dataset.StringgetName()The resource name for the Dataset.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#project HealthcareDataset#project}.default HealthcareDatasetTimeoutsgetTimeouts()timeouts block.default StringgetTimeZone()The default timezone used by this dataset.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location for the Dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#location HealthcareDataset#location}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name for the Dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#name HealthcareDataset#name}
-
getEncryptionSpec
@Stability(Stable) @Nullable default HealthcareDatasetEncryptionSpec getEncryptionSpec()
encryption_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#encryption_spec HealthcareDataset#encryption_spec}
-
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_dataset#id HealthcareDataset#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#project HealthcareDataset#project}.
-
getTimeouts
@Stability(Stable) @Nullable default HealthcareDatasetTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#timeouts HealthcareDataset#timeouts}
-
getTimeZone
@Stability(Stable) @Nullable default String getTimeZone()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dataset#time_zone HealthcareDataset#time_zone}
-
builder
@Stability(Stable) static HealthcareDatasetConfig.Builder builder()
- Returns:
- a
HealthcareDatasetConfig.BuilderofHealthcareDatasetConfig
-
-