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/v1.getEntryGroup
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 an entry group.
Using getEntryGroup
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 getEntryGroup(args: GetEntryGroupArgs, opts?: InvokeOptions): Promise<GetEntryGroupResult>
function getEntryGroupOutput(args: GetEntryGroupOutputArgs, opts?: InvokeOptions): Output<GetEntryGroupResult>def get_entry_group(entry_group_id: Optional[str] = None,
                    location: Optional[str] = None,
                    project: Optional[str] = None,
                    read_mask: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetEntryGroupResult
def get_entry_group_output(entry_group_id: Optional[pulumi.Input[str]] = None,
                    location: Optional[pulumi.Input[str]] = None,
                    project: Optional[pulumi.Input[str]] = None,
                    read_mask: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetEntryGroupResult]func LookupEntryGroup(ctx *Context, args *LookupEntryGroupArgs, opts ...InvokeOption) (*LookupEntryGroupResult, error)
func LookupEntryGroupOutput(ctx *Context, args *LookupEntryGroupOutputArgs, opts ...InvokeOption) LookupEntryGroupResultOutput> Note: This function is named LookupEntryGroup in the Go SDK.
public static class GetEntryGroup 
{
    public static Task<GetEntryGroupResult> InvokeAsync(GetEntryGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetEntryGroupResult> Invoke(GetEntryGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEntryGroupResult> getEntryGroup(GetEntryGroupArgs args, InvokeOptions options)
public static Output<GetEntryGroupResult> getEntryGroup(GetEntryGroupArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:datacatalog/v1:getEntryGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EntryGroup stringId 
- Location string
- Project string
- ReadMask string
- EntryGroup stringId 
- Location string
- Project string
- ReadMask string
- entryGroup StringId 
- location String
- project String
- readMask String
- entryGroup stringId 
- location string
- project string
- readMask string
- entry_group_ strid 
- location str
- project str
- read_mask str
- entryGroup StringId 
- location String
- project String
- readMask String
getEntryGroup Result
The following output properties are available:
- DataCatalog Pulumi.Timestamps Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1System Timestamps Response 
- Timestamps of the entry group. Default value is empty.
- Description string
- Entry group description. Can consist of several sentences or paragraphs that describe the 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.
- 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.
- DataCatalog GoogleTimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps of the entry group. Default value is empty.
- Description string
- Entry group description. Can consist of several sentences or paragraphs that describe the 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.
- 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.
- dataCatalog GoogleTimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps of the entry group. Default value is empty.
- description String
- Entry group description. Can consist of several sentences or paragraphs that describe the 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.
- 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.
- dataCatalog GoogleTimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps of the entry group. Default value is empty.
- description string
- Entry group description. Can consist of several sentences or paragraphs that describe the 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.
- 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.
- data_catalog_ Googletimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps of the entry group. Default value is empty.
- 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.
- 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.
- dataCatalog Property MapTimestamps 
- Timestamps of the entry group. Default value is empty.
- description String
- Entry group description. Can consist of several sentences or paragraphs that describe the 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.
- 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.
Supporting Types
GoogleCloudDatacatalogV1SystemTimestampsResponse     
- CreateTime string
- Creation timestamp of the resource within the given system.
- ExpireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- UpdateTime 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.
- CreateTime string
- Creation timestamp of the resource within the given system.
- ExpireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- UpdateTime 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.
- createTime String
- Creation timestamp of the resource within the given system.
- expireTime String
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime 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.
- createTime string
- Creation timestamp of the resource within the given system.
- expireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime 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.
- createTime String
- Creation timestamp of the resource within the given system.
- expireTime String
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime 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.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi