1. Packages
  2. Google Cloud Native
  3. API Docs
  4. biglake
  5. biglake/v1
  6. Catalog

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.Catalog

Explore with Pulumi AI

google-native logo

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

    Creates a new catalog. Auto-naming is currently not supported for this resource.

    Create Catalog Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Catalog(name: string, args: CatalogArgs, opts?: CustomResourceOptions);
    @overload
    def Catalog(resource_name: str,
                args: CatalogArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Catalog(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                catalog_id: Optional[str] = None,
                location: Optional[str] = None,
                project: Optional[str] = None)
    func NewCatalog(ctx *Context, name string, args CatalogArgs, opts ...ResourceOption) (*Catalog, error)
    public Catalog(string name, CatalogArgs args, CustomResourceOptions? opts = null)
    public Catalog(String name, CatalogArgs args)
    public Catalog(String name, CatalogArgs args, CustomResourceOptions options)
    
    type: google-native:biglake/v1:Catalog
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CatalogArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CatalogArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CatalogArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CatalogArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CatalogArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var catalogResource = new GoogleNative.BigLake.V1.Catalog("catalogResource", new()
    {
        CatalogId = "string",
        Location = "string",
        Project = "string",
    });
    
    example, err := biglake.NewCatalog(ctx, "catalogResource", &biglake.CatalogArgs{
    CatalogId: pulumi.String("string"),
    Location: pulumi.String("string"),
    Project: pulumi.String("string"),
    })
    
    var catalogResource = new Catalog("catalogResource", CatalogArgs.builder()        
        .catalogId("string")
        .location("string")
        .project("string")
        .build());
    
    catalog_resource = google_native.biglake.v1.Catalog("catalogResource",
        catalog_id="string",
        location="string",
        project="string")
    
    const catalogResource = new google_native.biglake.v1.Catalog("catalogResource", {
        catalogId: "string",
        location: "string",
        project: "string",
    });
    
    type: google-native:biglake/v1:Catalog
    properties:
        catalogId: string
        location: string
        project: string
    

    Catalog Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Catalog resource accepts the following input properties:

    CatalogId string
    Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
    Location string
    Project string
    CatalogId string
    Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
    Location string
    Project string
    catalogId String
    Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
    location String
    project String
    catalogId string
    Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
    location string
    project string
    catalog_id str
    Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
    location str
    project str
    catalogId String
    Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
    location String
    project String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Catalog resource produces the following output properties:

    CreateTime string
    The creation time of the catalog.
    DeleteTime string
    The deletion time of the catalog. Only set after the catalog is deleted.
    ExpireTime string
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    UpdateTime string
    The last modification time of the catalog.
    CreateTime string
    The creation time of the catalog.
    DeleteTime string
    The deletion time of the catalog. Only set after the catalog is deleted.
    ExpireTime string
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    UpdateTime string
    The last modification time of the catalog.
    createTime String
    The creation time of the catalog.
    deleteTime String
    The deletion time of the catalog. Only set after the catalog is deleted.
    expireTime String
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    updateTime String
    The last modification time of the catalog.
    createTime string
    The creation time of the catalog.
    deleteTime string
    The deletion time of the catalog. Only set after the catalog is deleted.
    expireTime string
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    updateTime 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.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    createTime String
    The creation time of the catalog.
    deleteTime String
    The deletion time of the catalog. Only set after the catalog is deleted.
    expireTime String
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    updateTime String
    The last modification time of the catalog.

    Package Details

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

    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