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.biglake/v1.getCatalog
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 the catalog specified by the resource name.
Using getCatalog
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 getCatalog(args: GetCatalogArgs, opts?: InvokeOptions): Promise<GetCatalogResult>
function getCatalogOutput(args: GetCatalogOutputArgs, opts?: InvokeOptions): Output<GetCatalogResult>
def get_catalog(catalog_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogResult
def get_catalog_output(catalog_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCatalogResult]
func LookupCatalog(ctx *Context, args *LookupCatalogArgs, opts ...InvokeOption) (*LookupCatalogResult, error)
func LookupCatalogOutput(ctx *Context, args *LookupCatalogOutputArgs, opts ...InvokeOption) LookupCatalogResultOutput
> Note: This function is named LookupCatalog
in the Go SDK.
public static class GetCatalog
{
public static Task<GetCatalogResult> InvokeAsync(GetCatalogArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogResult> Invoke(GetCatalogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCatalogResult> getCatalog(GetCatalogArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:biglake/v1:getCatalog
arguments:
# arguments dictionary
The following arguments are supported:
- catalog_
id str - location str
- project str
getCatalog Result
The following output properties are available:
- Create
Time string - The creation time of the catalog.
- Delete
Time string - The deletion time of the catalog. Only set after the catalog is deleted.
- Expire
Time string - The time when this catalog is considered expired. Only set after the catalog is deleted.
- Name string
- The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
- Update
Time string - The last modification time of the catalog.
- Create
Time string - The creation time of the catalog.
- Delete
Time string - The deletion time of the catalog. Only set after the catalog is deleted.
- Expire
Time string - The time when this catalog is considered expired. Only set after the catalog is deleted.
- Name string
- The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
- Update
Time string - The last modification time of the catalog.
- create
Time String - The creation time of the catalog.
- delete
Time String - The deletion time of the catalog. Only set after the catalog is deleted.
- expire
Time String - The time when this catalog is considered expired. Only set after the catalog is deleted.
- name String
- The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
- update
Time String - The last modification time of the catalog.
- create
Time string - The creation time of the catalog.
- delete
Time string - The deletion time of the catalog. Only set after the catalog is deleted.
- expire
Time string - The time when this catalog is considered expired. Only set after the catalog is deleted.
- name string
- The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
- update
Time string - The last modification time of the catalog.
- create_
time str - The creation time of the catalog.
- delete_
time str - The deletion time of the catalog. Only set after the catalog is deleted.
- expire_
time str - The time when this catalog is considered expired. Only set after the catalog is deleted.
- name str
- The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
- update_
time str - The last modification time of the catalog.
- create
Time String - The creation time of the catalog.
- delete
Time String - The deletion time of the catalog. Only set after the catalog is deleted.
- expire
Time String - The time when this catalog is considered expired. Only set after the catalog is deleted.
- name String
- The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
- update
Time String - The last modification time of the catalog.
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