BillingAccountBucketLinkArgs

data class BillingAccountBucketLinkArgs(val bigqueryDataset: Output<BigQueryDatasetArgs>? = null, val billingAccountId: Output<String>? = null, val bucketId: Output<String>? = null, val description: Output<String>? = null, val linkId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<BillingAccountBucketLinkArgs>

Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun BillingAccountBucketLinkArgs(bigqueryDataset: Output<BigQueryDatasetArgs>? = null, billingAccountId: Output<String>? = null, bucketId: Output<String>? = null, description: Output<String>? = null, linkId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BillingAccountBucketLinkArgs

Properties

Link copied to clipboard

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.

Link copied to clipboard
val billingAccountId: Output<String>? = null
Link copied to clipboard
val bucketId: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null

Describes this link.The maximum length of the description is 8000 characters.

Link copied to clipboard
val linkId: Output<String>? = null

Required. The ID to use for the link. The link_id can have up to 100 characters. A valid link_id must only have alphanumeric characters and underscores within it.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

The resource name of the link. The name can have up to 100 characters. A valid link id (at the end of the link name) must only have alphanumeric characters and underscores within it. "projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" For example:`projects/my-project/locations/global/buckets/my-bucket/links/my_link