Entry
Entry Metadata. A Data Catalog Entry resource represents another resource in Google Cloud Platform (such as a BigQuery dataset or a Pub/Sub topic) or outside of Google Cloud Platform. Clients can use the linkedResource field in the Entry resource to refer to the original resource ID of the source system.
An Entry resource contains resource details, such as its schema. An Entry can also be used to attach flexible metadata, such as a Tag.
To get more information about Entry, see:
- API documentation
- How-to Guides
Create a Entry Resource
new Entry(name: string, args: EntryArgs, opts?: CustomResourceOptions);def Entry(resource_name, opts=None, description=None, display_name=None, entry_group=None, entry_id=None, gcs_fileset_spec=None, linked_resource=None, schema=None, type=None, user_specified_system=None, user_specified_type=None, __props__=None);public Entry(string name, EntryArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Entry Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Entry resource accepts the following input properties:
- Entry
Group string The name of the entry group this entry is in.
- Entry
Id string The id of the entry to create.
- Description string
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- Display
Name string Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- Gcs
Fileset EntrySpec Gcs Fileset Spec Args Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- Linked
Resource string The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- Schema string
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- Type string
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- User
Specified stringSystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- User
Specified stringType Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- Entry
Group string The name of the entry group this entry is in.
- Entry
Id string The id of the entry to create.
- Description string
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- Display
Name string Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- Gcs
Fileset EntrySpec Gcs Fileset Spec Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- Linked
Resource string The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- Schema string
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- Type string
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- User
Specified stringSystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- User
Specified stringType Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- entry
Group string The name of the entry group this entry is in.
- entry
Id string The id of the entry to create.
- description string
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- display
Name string Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- gcs
Fileset EntrySpec Gcs Fileset Spec Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- linked
Resource string The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- schema string
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- type string
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- user
Specified stringSystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- user
Specified stringType Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- entry_
group str The name of the entry group this entry is in.
- entry_
id str The id of the entry to create.
- description str
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- display_
name str Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- gcs_
fileset_ Dict[Entryspec Gcs Fileset Spec] Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- linked_
resource str The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- schema str
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- type str
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- user_
specified_ strsystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- user_
specified_ strtype Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
Outputs
All input properties are implicitly available as output properties. Additionally, the Entry resource produces the following output properties:
- Bigquery
Date EntrySharded Spec Bigquery Date Sharded Spec Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- Bigquery
Table EntrySpec Bigquery Table Spec Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integrated
System string This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- Name string
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
- Bigquery
Date EntrySharded Spec Bigquery Date Sharded Spec Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- Bigquery
Table EntrySpec Bigquery Table Spec Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integrated
System string This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- Name string
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
- bigquery
Date EntrySharded Spec Bigquery Date Sharded Spec Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- bigquery
Table EntrySpec Bigquery Table Spec Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- id string
- The provider-assigned unique ID for this managed resource.
- integrated
System string This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- name string
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
- bigquery_
date_ Dict[Entrysharded_ spec Bigquery Date Sharded Spec] Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- bigquery_
table_ Dict[Entryspec Bigquery Table Spec] Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- id str
- The provider-assigned unique ID for this managed resource.
- integrated_
system str This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- name str
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
Look up an Existing Entry Resource
Get an existing Entry resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EntryState, opts?: CustomResourceOptions): Entrystatic get(resource_name, id, opts=None, bigquery_date_sharded_spec=None, bigquery_table_spec=None, description=None, display_name=None, entry_group=None, entry_id=None, gcs_fileset_spec=None, integrated_system=None, linked_resource=None, name=None, schema=None, type=None, user_specified_system=None, user_specified_type=None, __props__=None);func GetEntry(ctx *Context, name string, id IDInput, state *EntryState, opts ...ResourceOption) (*Entry, error)public static Entry Get(string name, Input<string> id, EntryState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Bigquery
Date EntrySharded Spec Bigquery Date Sharded Spec Args Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- Bigquery
Table EntrySpec Bigquery Table Spec Args Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- Description string
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- Display
Name string Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- Entry
Group string The name of the entry group this entry is in.
- Entry
Id string The id of the entry to create.
- Gcs
Fileset EntrySpec Gcs Fileset Spec Args Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- Integrated
System string This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- Linked
Resource string The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- Name string
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
- Schema string
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- Type string
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- User
Specified stringSystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- User
Specified stringType Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- Bigquery
Date EntrySharded Spec Bigquery Date Sharded Spec Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- Bigquery
Table EntrySpec Bigquery Table Spec Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- Description string
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- Display
Name string Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- Entry
Group string The name of the entry group this entry is in.
- Entry
Id string The id of the entry to create.
- Gcs
Fileset EntrySpec Gcs Fileset Spec Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- Integrated
System string This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- Linked
Resource string The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- Name string
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
- Schema string
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- Type string
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- User
Specified stringSystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- User
Specified stringType Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- bigquery
Date EntrySharded Spec Bigquery Date Sharded Spec Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- bigquery
Table EntrySpec Bigquery Table Spec Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- description string
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- display
Name string Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- entry
Group string The name of the entry group this entry is in.
- entry
Id string The id of the entry to create.
- gcs
Fileset EntrySpec Gcs Fileset Spec Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- integrated
System string This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- linked
Resource string The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- name string
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
- schema string
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- type string
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- user
Specified stringSystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- user
Specified stringType Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- bigquery_
date_ Dict[Entrysharded_ spec Bigquery Date Sharded Spec] Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
- bigquery_
table_ Dict[Entryspec Bigquery Table Spec] Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
- description str
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
- display_
name str Display information such as title and description. A short name to identify the entry, for example, “Analytics Data - Jan 2011”.
- entry_
group str The name of the entry group this entry is in.
- entry_
id str The id of the entry to create.
- gcs_
fileset_ Dict[Entryspec Gcs Fileset Spec] Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
- integrated_
system str This field indicates the entry’s source system that Data Catalog integrates with, such as BigQuery or Pub/Sub.
- linked_
resource str The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
- name str
The Data Catalog resource name of the entry in URL format. Example: projects/{project_id}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}. Note that this Entry and its child resources may not actually be stored in the location in this name.
- schema str
Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
- type str
The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType.
- user_
specified_ strsystem This field indicates the entry’s source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
- user_
specified_ strtype Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example “my_special_type”. userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
Supporting Types
EntryBigqueryDateShardedSpec
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
EntryBigqueryTableSpec
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
EntryBigqueryTableSpecTableSpec
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
EntryBigqueryTableSpecViewSpec
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
EntryGcsFilesetSpec
- File
Patterns List<string> Patterns to identify a set of files in Google Cloud Storage. See Cloud Storage documentation for more information. Note that bucket wildcards are currently not supported. Examples of valid filePatterns: * gs://bucket_name/dir/*: matches all files within bucket_name/dir directory. * gs://bucket_name/dir/**: matches all files in bucket_name/dir spanning all subdirectories. * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, … or m followed by .txt in bucket_name * gs://bucket_name/a//b: matches all files in bucket_name that match a//b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt
- Sample
Gcs List<EntryFile Specs Gcs Fileset Spec Sample Gcs File Spec Args> - Sample files contained in this fileset, not all files contained in this fileset are represented here. Structure is documented below.
- File
Patterns []string Patterns to identify a set of files in Google Cloud Storage. See Cloud Storage documentation for more information. Note that bucket wildcards are currently not supported. Examples of valid filePatterns: * gs://bucket_name/dir/*: matches all files within bucket_name/dir directory. * gs://bucket_name/dir/**: matches all files in bucket_name/dir spanning all subdirectories. * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, … or m followed by .txt in bucket_name * gs://bucket_name/a//b: matches all files in bucket_name that match a//b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt
- Sample
Gcs []EntryFile Specs Gcs Fileset Spec Sample Gcs File Spec - Sample files contained in this fileset, not all files contained in this fileset are represented here. Structure is documented below.
- file
Patterns string[] Patterns to identify a set of files in Google Cloud Storage. See Cloud Storage documentation for more information. Note that bucket wildcards are currently not supported. Examples of valid filePatterns: * gs://bucket_name/dir/*: matches all files within bucket_name/dir directory. * gs://bucket_name/dir/**: matches all files in bucket_name/dir spanning all subdirectories. * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, … or m followed by .txt in bucket_name * gs://bucket_name/a//b: matches all files in bucket_name that match a//b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt
- sample
Gcs EntryFile Specs Gcs Fileset Spec Sample Gcs File Spec[] - Sample files contained in this fileset, not all files contained in this fileset are represented here. Structure is documented below.
- file
Patterns List[str] Patterns to identify a set of files in Google Cloud Storage. See Cloud Storage documentation for more information. Note that bucket wildcards are currently not supported. Examples of valid filePatterns: * gs://bucket_name/dir/*: matches all files within bucket_name/dir directory. * gs://bucket_name/dir/**: matches all files in bucket_name/dir spanning all subdirectories. * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, … or m followed by .txt in bucket_name * gs://bucket_name/a//b: matches all files in bucket_name that match a//b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt
- sample
Gcs List[EntryFile Specs Gcs Fileset Spec Sample Gcs File Spec] - Sample files contained in this fileset, not all files contained in this fileset are represented here. Structure is documented below.
EntryGcsFilesetSpecSampleGcsFileSpec
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.