1. Packages
  2. Google Cloud Native
  3. API Docs
  4. logging
  5. logging/v2
  6. getBillingAccountBucketLink

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.logging/v2.getBillingAccountBucketLink

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets a link.

Using getBillingAccountBucketLink

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBillingAccountBucketLink(args: GetBillingAccountBucketLinkArgs, opts?: InvokeOptions): Promise<GetBillingAccountBucketLinkResult>
function getBillingAccountBucketLinkOutput(args: GetBillingAccountBucketLinkOutputArgs, opts?: InvokeOptions): Output<GetBillingAccountBucketLinkResult>
Copy
def get_billing_account_bucket_link(billing_account_id: Optional[str] = None,
                                    bucket_id: Optional[str] = None,
                                    link_id: Optional[str] = None,
                                    location: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetBillingAccountBucketLinkResult
def get_billing_account_bucket_link_output(billing_account_id: Optional[pulumi.Input[str]] = None,
                                    bucket_id: Optional[pulumi.Input[str]] = None,
                                    link_id: Optional[pulumi.Input[str]] = None,
                                    location: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetBillingAccountBucketLinkResult]
Copy
func LookupBillingAccountBucketLink(ctx *Context, args *LookupBillingAccountBucketLinkArgs, opts ...InvokeOption) (*LookupBillingAccountBucketLinkResult, error)
func LookupBillingAccountBucketLinkOutput(ctx *Context, args *LookupBillingAccountBucketLinkOutputArgs, opts ...InvokeOption) LookupBillingAccountBucketLinkResultOutput
Copy

> Note: This function is named LookupBillingAccountBucketLink in the Go SDK.

public static class GetBillingAccountBucketLink 
{
    public static Task<GetBillingAccountBucketLinkResult> InvokeAsync(GetBillingAccountBucketLinkArgs args, InvokeOptions? opts = null)
    public static Output<GetBillingAccountBucketLinkResult> Invoke(GetBillingAccountBucketLinkInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBillingAccountBucketLinkResult> getBillingAccountBucketLink(GetBillingAccountBucketLinkArgs args, InvokeOptions options)
public static Output<GetBillingAccountBucketLinkResult> getBillingAccountBucketLink(GetBillingAccountBucketLinkArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:logging/v2:getBillingAccountBucketLink
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BillingAccountId This property is required. string
BucketId This property is required. string
LinkId This property is required. string
Location This property is required. string
BillingAccountId This property is required. string
BucketId This property is required. string
LinkId This property is required. string
Location This property is required. string
billingAccountId This property is required. String
bucketId This property is required. String
linkId This property is required. String
location This property is required. String
billingAccountId This property is required. string
bucketId This property is required. string
linkId This property is required. string
location This property is required. string
billing_account_id This property is required. str
bucket_id This property is required. str
link_id This property is required. str
location This property is required. str
billingAccountId This property is required. String
bucketId This property is required. String
linkId This property is required. String
location This property is required. String

getBillingAccountBucketLink Result

The following output properties are available:

BigqueryDataset Pulumi.GoogleNative.Logging.V2.Outputs.BigQueryDatasetResponse
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.
CreateTime string
The creation timestamp of the link.
Description string
Describes this link.The maximum length of the description is 8000 characters.
LifecycleState string
The resource lifecycle state.
Name string
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
BigqueryDataset BigQueryDatasetResponse
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.
CreateTime string
The creation timestamp of the link.
Description string
Describes this link.The maximum length of the description is 8000 characters.
LifecycleState string
The resource lifecycle state.
Name string
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
bigqueryDataset BigQueryDatasetResponse
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.
createTime String
The creation timestamp of the link.
description String
Describes this link.The maximum length of the description is 8000 characters.
lifecycleState String
The resource lifecycle state.
name String
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
bigqueryDataset BigQueryDatasetResponse
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.
createTime string
The creation timestamp of the link.
description string
Describes this link.The maximum length of the description is 8000 characters.
lifecycleState string
The resource lifecycle state.
name string
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
bigquery_dataset BigQueryDatasetResponse
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.
create_time str
The creation timestamp of the link.
description str
Describes this link.The maximum length of the description is 8000 characters.
lifecycle_state str
The resource lifecycle state.
name str
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
bigqueryDataset Property Map
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.
createTime String
The creation timestamp of the link.
description String
Describes this link.The maximum length of the description is 8000 characters.
lifecycleState String
The resource lifecycle state.
name String
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

Supporting Types

BigQueryDatasetResponse

DatasetId This property is required. string
The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only).The dataset will have a resource path of "bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID"
DatasetId This property is required. string
The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only).The dataset will have a resource path of "bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID"
datasetId This property is required. String
The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only).The dataset will have a resource path of "bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID"
datasetId This property is required. string
The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only).The dataset will have a resource path of "bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID"
dataset_id This property is required. str
The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only).The dataset will have a resource path of "bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID"
datasetId This property is required. String
The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only).The dataset will have a resource path of "bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID"

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi