Class LoggingLinkedDatasetConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.logging_linked_dataset.LoggingLinkedDatasetConfig.Jsii$Proxy
-
- All Implemented Interfaces:
LoggingLinkedDatasetConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LoggingLinkedDatasetConfig
@Stability(Stable) @Internal public static final class LoggingLinkedDatasetConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggingLinkedDatasetConfig
An implementation forLoggingLinkedDatasetConfig
-
-
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.logging_linked_dataset.LoggingLinkedDatasetConfig
LoggingLinkedDatasetConfig.Builder, LoggingLinkedDatasetConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LoggingLinkedDatasetConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theLoggingLinkedDatasetConfig.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)ObjectgetBigqueryDataset()bigquery_dataset block.StringgetBucket()The bucket to which the linked dataset is attached.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()Describes this link.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#id LoggingLinkedDataset#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLinkId()The id of the linked dataset.StringgetLocation()The location of the linked dataset.StringgetParent()The parent of the linked dataset.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()LoggingLinkedDatasetTimeoutsgetTimeouts()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(LoggingLinkedDatasetConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theLoggingLinkedDatasetConfig.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:LoggingLinkedDatasetConfigThe bucket to which the linked dataset is attached.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#bucket LoggingLinkedDataset#bucket}
- Specified by:
getBucketin interfaceLoggingLinkedDatasetConfig
-
getLinkId
public final String getLinkId()
Description copied from interface:LoggingLinkedDatasetConfigThe id of the linked dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#link_id LoggingLinkedDataset#link_id}
- Specified by:
getLinkIdin interfaceLoggingLinkedDatasetConfig
-
getBigqueryDataset
public final Object getBigqueryDataset()
Description copied from interface:LoggingLinkedDatasetConfigbigquery_dataset block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#bigquery_dataset LoggingLinkedDataset#bigquery_dataset}
- Specified by:
getBigqueryDatasetin interfaceLoggingLinkedDatasetConfig
-
getDescription
public final String getDescription()
Description copied from interface:LoggingLinkedDatasetConfigDescribes this link. The maximum length of the description is 8000 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#description LoggingLinkedDataset#description}
- Specified by:
getDescriptionin interfaceLoggingLinkedDatasetConfig
-
getId
public final String getId()
Description copied from interface:LoggingLinkedDatasetConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#id LoggingLinkedDataset#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 interfaceLoggingLinkedDatasetConfig
-
getLocation
public final String getLocation()
Description copied from interface:LoggingLinkedDatasetConfigThe location of the linked dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#location LoggingLinkedDataset#location}
- Specified by:
getLocationin interfaceLoggingLinkedDatasetConfig
-
getParent
public final String getParent()
Description copied from interface:LoggingLinkedDatasetConfigThe parent of the linked dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#parent LoggingLinkedDataset#parent}
- Specified by:
getParentin interfaceLoggingLinkedDatasetConfig
-
getTimeouts
public final LoggingLinkedDatasetTimeouts getTimeouts()
Description copied from interface:LoggingLinkedDatasetConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#timeouts LoggingLinkedDataset#timeouts}
- Specified by:
getTimeoutsin interfaceLoggingLinkedDatasetConfig
-
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
-
-