Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.datacatalog/v1.EntryGroup
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates an entry group. An entry group contains logically related entries together with Cloud Identity and Access Management policies. These policies specify users who can create, edit, and view entries within entry groups. Data Catalog automatically creates entry groups with names that start with the @
symbol for the following resources: * BigQuery entries (@bigquery
) * Pub/Sub topics (@pubsub
) * Dataproc Metastore services (@dataproc_metastore_{SERVICE_NAME_HASH}
) You can create your own entry groups for Cloud Storage fileset entries and custom entries together with the corresponding IAM policies. User-created entry groups can’t contain the @
symbol, it is reserved for automatically created groups. Entry groups, like entries, can be searched. A maximum of 10,000 entry groups may be created per organization across all locations. You must enable the Data Catalog API in the project identified by the parent
parameter. For more information, see Data Catalog resource project.
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/v1: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 entryGroupResource = new GoogleNative.DataCatalog.V1.EntryGroup("entryGroupResource", new()
{
EntryGroupId = "string",
Description = "string",
DisplayName = "string",
Location = "string",
Name = "string",
Project = "string",
});
example, err := datacatalog.NewEntryGroup(ctx, "entryGroupResource", &datacatalog.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 entryGroupResource = new EntryGroup("entryGroupResource", EntryGroupArgs.builder()
.entryGroupId("string")
.description("string")
.displayName("string")
.location("string")
.name("string")
.project("string")
.build());
entry_group_resource = google_native.datacatalog.v1.EntryGroup("entryGroupResource",
entry_group_id="string",
description="string",
display_name="string",
location="string",
name="string",
project="string")
const entryGroupResource = new google_native.datacatalog.v1.EntryGroup("entryGroupResource", {
entryGroupId: "string",
description: "string",
displayName: "string",
location: "string",
name: "string",
project: "string",
});
type: google-native:datacatalog/v1: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
The EntryGroup resource accepts the following input properties:
- Entry
Group stringId - Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
- Description string
- Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
- Display
Name 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. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
- Project string
- Entry
Group stringId - Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
- Description string
- Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
- Display
Name 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. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
- Project string
- entry
Group StringId - Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
- description String
- Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
- display
Name 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. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
- project String
- entry
Group stringId - Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
- description string
- Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
- display
Name 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. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
- project string
- entry_
group_ strid - Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
- description str
- Entry group description. Can consist of several sentences or paragraphs that describe the 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. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
- project str
- entry
Group StringId - Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
- description String
- Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
- display
Name 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. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the EntryGroup resource produces the following output properties:
- Data
Catalog Pulumi.Timestamps Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1System Timestamps Response - Timestamps of the entry group. Default value is empty.
- Id string
- The provider-assigned unique ID for this managed resource.
- Data
Catalog GoogleTimestamps Cloud Datacatalog V1System Timestamps Response - Timestamps of the entry group. Default value is empty.
- Id string
- The provider-assigned unique ID for this managed resource.
- data
Catalog GoogleTimestamps Cloud Datacatalog V1System Timestamps Response - Timestamps of the entry group. Default value is empty.
- id String
- The provider-assigned unique ID for this managed resource.
- data
Catalog GoogleTimestamps Cloud Datacatalog V1System Timestamps Response - Timestamps of the entry group. Default value is empty.
- id string
- The provider-assigned unique ID for this managed resource.
- data_
catalog_ Googletimestamps Cloud Datacatalog V1System Timestamps Response - Timestamps of the entry group. Default value is empty.
- id str
- The provider-assigned unique ID for this managed resource.
- data
Catalog Property MapTimestamps - Timestamps of the entry group. Default value is empty.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GoogleCloudDatacatalogV1SystemTimestampsResponse, GoogleCloudDatacatalogV1SystemTimestampsResponseArgs
- Create
Time string - Creation timestamp of the resource within the given system.
- Expire
Time string - Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- Update
Time string - Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- Create
Time string - Creation timestamp of the resource within the given system.
- Expire
Time string - Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- Update
Time string - Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- create
Time String - Creation timestamp of the resource within the given system.
- expire
Time String - Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update
Time String - Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- create
Time string - Creation timestamp of the resource within the given system.
- expire
Time string - Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update
Time string - Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- create_
time str - Creation timestamp of the resource within the given system.
- expire_
time str - Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update_
time str - Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- create
Time String - Creation timestamp of the resource within the given system.
- expire
Time String - Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update
Time String - Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
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.