Interface LoggingLinkedDatasetConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    LoggingLinkedDatasetConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.828Z")
    @Stability(Stable)
    public interface LoggingLinkedDatasetConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getBucket

        @Stability(Stable)
        @NotNull
        String getBucket()
        The 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}

      • getLinkId

        @Stability(Stable)
        @NotNull
        String getLinkId()
        The 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}

      • getBigqueryDataset

        @Stability(Stable)
        @Nullable
        default Object getBigqueryDataset()
        bigquery_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}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Describes 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}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs 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.

      • getLocation

        @Stability(Stable)
        @Nullable
        default String getLocation()
        The 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}

      • getParent

        @Stability(Stable)
        @Nullable
        default String getParent()
        The 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}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default LoggingLinkedDatasetTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#timeouts LoggingLinkedDataset#timeouts}