Class LinkedDatasetArgs


  • public final class LinkedDatasetArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bigqueryDatasets

        public java.util.Optional<com.pulumi.core.Output<java.util.List<LinkedDatasetBigqueryDatasetArgs>>> bigqueryDatasets()
        Returns:
        The information of a BigQuery Dataset. When a link is created, a BigQuery dataset is created along with it, in the same project as the LogBucket it's linked to. This dataset will also have BigQuery Views corresponding to the LogViews in the bucket. Structure is documented below.
      • bucket

        public com.pulumi.core.Output<java.lang.String> bucket()
        Returns:
        The bucket to which the linked dataset is attached. ***
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Describes this link. The maximum length of the description is 8000 characters.
      • linkId

        public com.pulumi.core.Output<java.lang.String> linkId()
        Returns:
        The id of the linked dataset.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location of the linked dataset.
      • parent

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> parent()
        Returns:
        The parent of the linked dataset.