1. Packages
  2. Google Cloud Native
  3. API Docs
  4. securitycenter
  5. securitycenter/v1
  6. OrganizationBigQueryExport

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.securitycenter/v1.OrganizationBigQueryExport

Explore with Pulumi AI

google-native logo

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

    Creates a BigQuery export.

    Create OrganizationBigQueryExport Resource

    new OrganizationBigQueryExport(name: string, args: OrganizationBigQueryExportArgs, opts?: CustomResourceOptions);
    @overload
    def OrganizationBigQueryExport(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   big_query_export_id: Optional[str] = None,
                                   dataset: Optional[str] = None,
                                   description: Optional[str] = None,
                                   filter: Optional[str] = None,
                                   name: Optional[str] = None,
                                   organization_id: Optional[str] = None)
    @overload
    def OrganizationBigQueryExport(resource_name: str,
                                   args: OrganizationBigQueryExportArgs,
                                   opts: Optional[ResourceOptions] = None)
    func NewOrganizationBigQueryExport(ctx *Context, name string, args OrganizationBigQueryExportArgs, opts ...ResourceOption) (*OrganizationBigQueryExport, error)
    public OrganizationBigQueryExport(string name, OrganizationBigQueryExportArgs args, CustomResourceOptions? opts = null)
    public OrganizationBigQueryExport(String name, OrganizationBigQueryExportArgs args)
    public OrganizationBigQueryExport(String name, OrganizationBigQueryExportArgs args, CustomResourceOptions options)
    
    type: google-native:securitycenter/v1:OrganizationBigQueryExport
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args OrganizationBigQueryExportArgs
    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 OrganizationBigQueryExportArgs
    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 OrganizationBigQueryExportArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OrganizationBigQueryExportArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OrganizationBigQueryExportArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    OrganizationBigQueryExport 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 OrganizationBigQueryExport resource accepts the following input properties:

    BigQueryExportId string
    Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
    OrganizationId string
    Dataset string
    The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
    Description string
    The description of the export (max of 1024 characters).
    Filter string
    Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.
    Name string
    The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.
    BigQueryExportId string
    Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
    OrganizationId string
    Dataset string
    The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
    Description string
    The description of the export (max of 1024 characters).
    Filter string
    Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.
    Name string
    The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.
    bigQueryExportId String
    Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
    organizationId String
    dataset String
    The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
    description String
    The description of the export (max of 1024 characters).
    filter String
    Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.
    name String
    The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.
    bigQueryExportId string
    Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
    organizationId string
    dataset string
    The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
    description string
    The description of the export (max of 1024 characters).
    filter string
    Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.
    name string
    The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.
    big_query_export_id str
    Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
    organization_id str
    dataset str
    The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
    description str
    The description of the export (max of 1024 characters).
    filter str
    Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.
    name str
    The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.
    bigQueryExportId String
    Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
    organizationId String
    dataset String
    The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
    description String
    The description of the export (max of 1024 characters).
    filter String
    Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.
    name String
    The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

    Outputs

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

    CreateTime string
    The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
    Id string
    The provider-assigned unique ID for this managed resource.
    MostRecentEditor string
    Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
    Principal string
    The service account that needs permission to create table and upload data to the BigQuery dataset.
    UpdateTime string
    The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
    CreateTime string
    The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
    Id string
    The provider-assigned unique ID for this managed resource.
    MostRecentEditor string
    Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
    Principal string
    The service account that needs permission to create table and upload data to the BigQuery dataset.
    UpdateTime string
    The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
    createTime String
    The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
    id String
    The provider-assigned unique ID for this managed resource.
    mostRecentEditor String
    Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
    principal String
    The service account that needs permission to create table and upload data to the BigQuery dataset.
    updateTime String
    The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
    createTime string
    The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
    id string
    The provider-assigned unique ID for this managed resource.
    mostRecentEditor string
    Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
    principal string
    The service account that needs permission to create table and upload data to the BigQuery dataset.
    updateTime string
    The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
    create_time str
    The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
    id str
    The provider-assigned unique ID for this managed resource.
    most_recent_editor str
    Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
    principal str
    The service account that needs permission to create table and upload data to the BigQuery dataset.
    update_time str
    The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
    createTime String
    The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
    id String
    The provider-assigned unique ID for this managed resource.
    mostRecentEditor String
    Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
    principal String
    The service account that needs permission to create table and upload data to the BigQuery dataset.
    updateTime String
    The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    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