1. Packages
  2. Google Cloud Native
  3. API Docs
  4. datacatalog
  5. datacatalog/v1beta1
  6. EntryGroup

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.datacatalog/v1beta1.EntryGroup

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

A maximum of 10,000 entry groups may be created per organization across all locations. Users should enable the Data Catalog API in the project identified by the parent parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information).

Create EntryGroup Resource

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

Constructor syntax

new EntryGroup(name: string, args: EntryGroupArgs, opts?: CustomResourceOptions);
@overload
def EntryGroup(resource_name: str,
               args: EntryGroupArgs,
               opts: Optional[ResourceOptions] = None)

@overload
def EntryGroup(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               entry_group_id: Optional[str] = None,
               description: Optional[str] = None,
               display_name: Optional[str] = None,
               location: Optional[str] = None,
               name: Optional[str] = None,
               project: Optional[str] = None)
func NewEntryGroup(ctx *Context, name string, args EntryGroupArgs, opts ...ResourceOption) (*EntryGroup, error)
public EntryGroup(string name, EntryGroupArgs args, CustomResourceOptions? opts = null)
public EntryGroup(String name, EntryGroupArgs args)
public EntryGroup(String name, EntryGroupArgs args, CustomResourceOptions options)
type: google-native:datacatalog/v1beta1:EntryGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

Constructor example

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

var google_nativeEntryGroupResource = new GoogleNative.DataCatalog.V1Beta1.EntryGroup("google-nativeEntryGroupResource", new()
{
    EntryGroupId = "string",
    Description = "string",
    DisplayName = "string",
    Location = "string",
    Name = "string",
    Project = "string",
});
Copy
example, err := datacatalogv1beta1.NewEntryGroup(ctx, "google-nativeEntryGroupResource", &datacatalogv1beta1.EntryGroupArgs{
	EntryGroupId: pulumi.String("string"),
	Description:  pulumi.String("string"),
	DisplayName:  pulumi.String("string"),
	Location:     pulumi.String("string"),
	Name:         pulumi.String("string"),
	Project:      pulumi.String("string"),
})
Copy
var google_nativeEntryGroupResource = new EntryGroup("google-nativeEntryGroupResource", EntryGroupArgs.builder()
    .entryGroupId("string")
    .description("string")
    .displayName("string")
    .location("string")
    .name("string")
    .project("string")
    .build());
Copy
google_native_entry_group_resource = google_native.datacatalog.v1beta1.EntryGroup("google-nativeEntryGroupResource",
    entry_group_id="string",
    description="string",
    display_name="string",
    location="string",
    name="string",
    project="string")
Copy
const google_nativeEntryGroupResource = new google_native.datacatalog.v1beta1.EntryGroup("google-nativeEntryGroupResource", {
    entryGroupId: "string",
    description: "string",
    displayName: "string",
    location: "string",
    name: "string",
    project: "string",
});
Copy
type: google-native:datacatalog/v1beta1:EntryGroup
properties:
    description: string
    displayName: string
    entryGroupId: string
    location: string
    name: string
    project: string
Copy

EntryGroup Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The EntryGroup resource accepts the following input properties:

EntryGroupId
This property is required.
Changes to this property will trigger replacement.
string
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
Description string
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
DisplayName string
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
Location Changes to this property will trigger replacement. string
Name string
The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
Project Changes to this property will trigger replacement. string
EntryGroupId
This property is required.
Changes to this property will trigger replacement.
string
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
Description string
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
DisplayName string
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
Location Changes to this property will trigger replacement. string
Name string
The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
Project Changes to this property will trigger replacement. string
entryGroupId
This property is required.
Changes to this property will trigger replacement.
String
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
description String
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
displayName String
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
location Changes to this property will trigger replacement. String
name String
The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
project Changes to this property will trigger replacement. String
entryGroupId
This property is required.
Changes to this property will trigger replacement.
string
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
description string
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
displayName string
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
location Changes to this property will trigger replacement. string
name string
The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
project Changes to this property will trigger replacement. string
entry_group_id
This property is required.
Changes to this property will trigger replacement.
str
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
description str
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
display_name str
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
location Changes to this property will trigger replacement. str
name str
The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
project Changes to this property will trigger replacement. str
entryGroupId
This property is required.
Changes to this property will trigger replacement.
String
Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
description String
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
displayName String
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
location Changes to this property will trigger replacement. String
name String
The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
project Changes to this property will trigger replacement. String

Outputs

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

DataCatalogTimestamps Pulumi.GoogleNative.DataCatalog.V1Beta1.Outputs.GoogleCloudDatacatalogV1beta1SystemTimestampsResponse
Timestamps about this EntryGroup. Default value is empty timestamps.
Id string
The provider-assigned unique ID for this managed resource.
DataCatalogTimestamps GoogleCloudDatacatalogV1beta1SystemTimestampsResponse
Timestamps about this EntryGroup. Default value is empty timestamps.
Id string
The provider-assigned unique ID for this managed resource.
dataCatalogTimestamps GoogleCloudDatacatalogV1beta1SystemTimestampsResponse
Timestamps about this EntryGroup. Default value is empty timestamps.
id String
The provider-assigned unique ID for this managed resource.
dataCatalogTimestamps GoogleCloudDatacatalogV1beta1SystemTimestampsResponse
Timestamps about this EntryGroup. Default value is empty timestamps.
id string
The provider-assigned unique ID for this managed resource.
data_catalog_timestamps GoogleCloudDatacatalogV1beta1SystemTimestampsResponse
Timestamps about this EntryGroup. Default value is empty timestamps.
id str
The provider-assigned unique ID for this managed resource.
dataCatalogTimestamps Property Map
Timestamps about this EntryGroup. Default value is empty timestamps.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

GoogleCloudDatacatalogV1beta1SystemTimestampsResponse
, GoogleCloudDatacatalogV1beta1SystemTimestampsResponseArgs

CreateTime This property is required. string
The creation time of the resource within the given system.
ExpireTime This property is required. string
The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
UpdateTime This property is required. string
The last-modified time of the resource within the given system.
CreateTime This property is required. string
The creation time of the resource within the given system.
ExpireTime This property is required. string
The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
UpdateTime This property is required. string
The last-modified time of the resource within the given system.
createTime This property is required. String
The creation time of the resource within the given system.
expireTime This property is required. String
The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
updateTime This property is required. String
The last-modified time of the resource within the given system.
createTime This property is required. string
The creation time of the resource within the given system.
expireTime This property is required. string
The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
updateTime This property is required. string
The last-modified time of the resource within the given system.
create_time This property is required. str
The creation time of the resource within the given system.
expire_time This property is required. str
The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
update_time This property is required. str
The last-modified time of the resource within the given system.
createTime This property is required. String
The creation time of the resource within the given system.
expireTime This property is required. String
The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
updateTime This property is required. String
The last-modified time of the resource within the given system.

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