get Backend Bucket
Get information about a BackendBucket.
Example Usage
data "google_compute_backend_bucket" "my-backend-bucket" {
name = "my-backend"
}
Content copied to clipboard
Return
A collection of values returned by getBackendBucket.
Parameters
argument
A collection of arguments for invoking getBackendBucket.
Return
A collection of values returned by getBackendBucket.
Parameters
name
Name of the resource.
project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
See also
suspend fun getBackendBucket(argument: suspend GetBackendBucketPlainArgsBuilder.() -> Unit): GetBackendBucketResult
Return
A collection of values returned by getBackendBucket.
Parameters
argument
Builder for com.pulumi.gcp.compute.kotlin.inputs.GetBackendBucketPlainArgs.