Interface DataplexAssetConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataplexAssetConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.582Z") @Stability(Stable) public interface DataplexAssetConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexAssetConfig.BuilderA builder forDataplexAssetConfigstatic classDataplexAssetConfig.Jsii$ProxyAn implementation forDataplexAssetConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataplexAssetConfig.Builderbuilder()StringgetDataplexZone()The zone for the resource.default StringgetDescription()Optional.DataplexAssetDiscoverySpecgetDiscoverySpec()discovery_spec block.default StringgetDisplayName()Optional.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#id DataplexAsset#id}.default Map<String,String>getLabels()Optional.StringgetLake()The lake for the resource.StringgetLocation()The location for the resource.StringgetName()The name of the asset.default StringgetProject()The project for the resource.DataplexAssetResourceSpecgetResourceSpec()resource_spec block.default DataplexAssetTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDataplexZone
@Stability(Stable) @NotNull String getDataplexZone()
The zone for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#dataplex_zone DataplexAsset#dataplex_zone}
-
getDiscoverySpec
@Stability(Stable) @NotNull DataplexAssetDiscoverySpec getDiscoverySpec()
discovery_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#discovery_spec DataplexAsset#discovery_spec}
-
getLake
@Stability(Stable) @NotNull String getLake()
The lake for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#lake DataplexAsset#lake}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#location DataplexAsset#location}
-
getName
@Stability(Stable) @NotNull String getName()
The name of the asset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#name DataplexAsset#name}
-
getResourceSpec
@Stability(Stable) @NotNull DataplexAssetResourceSpec getResourceSpec()
resource_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#resource_spec DataplexAsset#resource_spec}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Optional. Description of the asset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#description DataplexAsset#description}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
Optional. User friendly display name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#display_name DataplexAsset#display_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/dataplex_asset#id DataplexAsset#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()
Optional. User defined labels for the asset.**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/dataplex_asset#labels DataplexAsset#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
The project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#project DataplexAsset#project}
-
getTimeouts
@Stability(Stable) @Nullable default DataplexAssetTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#timeouts DataplexAsset#timeouts}
-
builder
@Stability(Stable) static DataplexAssetConfig.Builder builder()
- Returns:
- a
DataplexAssetConfig.BuilderofDataplexAssetConfig
-
-