Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.datacatalog/v1beta1.EntryGroup
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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 string
- The unique name of the resource.
- args EntryGroupArgs
- 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 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 string
- The unique name of the resource.
- args EntryGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EntryGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
var google_nativeEntryGroupResource = new EntryGroup("google-nativeEntryGroupResource", EntryGroupArgs.builder()
    .entryGroupId("string")
    .description("string")
    .displayName("string")
    .location("string")
    .name("string")
    .project("string")
    .build());
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")
const google_nativeEntryGroupResource = new google_native.datacatalog.v1beta1.EntryGroup("google-nativeEntryGroupResource", {
    entryGroupId: "string",
    description: "string",
    displayName: "string",
    location: "string",
    name: "string",
    project: "string",
});
type: google-native:datacatalog/v1beta1:EntryGroup
properties:
    description: string
    displayName: string
    entryGroupId: string
    location: string
    name: string
    project: string
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:
- EntryGroup stringId 
- 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 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 string
- EntryGroup stringId 
- 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 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 string
- entryGroup StringId 
- 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 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 String
- entryGroup stringId 
- 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 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 string
- entry_group_ strid 
- 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 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 str
- entryGroup StringId 
- 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 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 String
Outputs
All input properties are implicitly available as output properties. Additionally, the EntryGroup resource produces the following output properties:
- DataCatalog Pulumi.Timestamps Google Native. Data Catalog. V1Beta1. Outputs. Google Cloud Datacatalog V1beta1System Timestamps Response 
- Timestamps about this EntryGroup. Default value is empty timestamps.
- Id string
- The provider-assigned unique ID for this managed resource.
- DataCatalog GoogleTimestamps Cloud Datacatalog V1beta1System Timestamps Response 
- Timestamps about this EntryGroup. Default value is empty timestamps.
- Id string
- The provider-assigned unique ID for this managed resource.
- dataCatalog GoogleTimestamps Cloud Datacatalog V1beta1System Timestamps Response 
- Timestamps about this EntryGroup. Default value is empty timestamps.
- id String
- The provider-assigned unique ID for this managed resource.
- dataCatalog GoogleTimestamps Cloud Datacatalog V1beta1System Timestamps Response 
- Timestamps about this EntryGroup. Default value is empty timestamps.
- id string
- The provider-assigned unique ID for this managed resource.
- data_catalog_ Googletimestamps Cloud Datacatalog V1beta1System Timestamps Response 
- Timestamps about this EntryGroup. Default value is empty timestamps.
- id str
- The provider-assigned unique ID for this managed resource.
- dataCatalog Property MapTimestamps 
- 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 string
- The creation time of the resource within the given system.
- ExpireTime string
- The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
- UpdateTime string
- The last-modified time of the resource within the given system.
- CreateTime string
- The creation time of the resource within the given system.
- ExpireTime string
- The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
- UpdateTime string
- The last-modified time of the resource within the given system.
- createTime String
- The creation time of the resource within the given system.
- expireTime String
- The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
- updateTime String
- The last-modified time of the resource within the given system.
- createTime string
- The creation time of the resource within the given system.
- expireTime string
- The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
- updateTime string
- The last-modified time of the resource within the given system.
- create_time str
- The creation time of the resource within the given system.
- expire_time str
- The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
- update_time str
- The last-modified time of the resource within the given system.
- createTime String
- The creation time of the resource within the given system.
- expireTime String
- The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
- updateTime 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.