Class DataplexEntryGroupConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_entry_group.DataplexEntryGroupConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexEntryGroupConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexEntryGroupConfig
@Stability(Stable) @Internal public static final class DataplexEntryGroupConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexEntryGroupConfig
An implementation forDataplexEntryGroupConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataplex_entry_group.DataplexEntryGroupConfig
DataplexEntryGroupConfig.Builder, DataplexEntryGroupConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexEntryGroupConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexEntryGroupConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()Description of the EntryGroup.StringgetDisplayName()User friendly display name.StringgetEntryGroupId()The entry group id of the entry group.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#id DataplexEntryGroup#id}.Map<String,String>getLabels()User-defined labels for the EntryGroup.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The location where entry group will be created in.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#project DataplexEntryGroup#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()DataplexEntryGroupTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataplexEntryGroupConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexEntryGroupConfig.Builder.
-
-
Method Detail
-
getDescription
public final String getDescription()
Description copied from interface:DataplexEntryGroupConfigDescription of the EntryGroup.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#description DataplexEntryGroup#description}
- Specified by:
getDescriptionin interfaceDataplexEntryGroupConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DataplexEntryGroupConfigUser friendly display name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#display_name DataplexEntryGroup#display_name}
- Specified by:
getDisplayNamein interfaceDataplexEntryGroupConfig
-
getEntryGroupId
public final String getEntryGroupId()
Description copied from interface:DataplexEntryGroupConfigThe entry group id of the entry group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#entry_group_id DataplexEntryGroup#entry_group_id}
- Specified by:
getEntryGroupIdin interfaceDataplexEntryGroupConfig
-
getId
public final String getId()
Description copied from interface:DataplexEntryGroupConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#id DataplexEntryGroup#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.
- Specified by:
getIdin interfaceDataplexEntryGroupConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:DataplexEntryGroupConfigUser-defined labels for the EntryGroup.**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_entry_group#labels DataplexEntryGroup#labels}
- Specified by:
getLabelsin interfaceDataplexEntryGroupConfig
-
getLocation
public final String getLocation()
Description copied from interface:DataplexEntryGroupConfigThe location where entry group will be created in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#location DataplexEntryGroup#location}
- Specified by:
getLocationin interfaceDataplexEntryGroupConfig
-
getProject
public final String getProject()
Description copied from interface:DataplexEntryGroupConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#project DataplexEntryGroup#project}.- Specified by:
getProjectin interfaceDataplexEntryGroupConfig
-
getTimeouts
public final DataplexEntryGroupTimeouts getTimeouts()
Description copied from interface:DataplexEntryGroupConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_group#timeouts DataplexEntryGroup#timeouts}
- Specified by:
getTimeoutsin interfaceDataplexEntryGroupConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-