We recommend new projects start with resources from the AWS provider.
aws-native.datazone.DataSource
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A data source is used to import technical metadata of assets (data) from the source databases or data warehouses into Amazon DataZone.
Create DataSource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataSource(name: string, args: DataSourceArgs, opts?: CustomResourceOptions);
@overload
def DataSource(resource_name: str,
args: DataSourceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DataSource(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_identifier: Optional[str] = None,
environment_identifier: Optional[str] = None,
project_identifier: Optional[str] = None,
type: Optional[str] = None,
asset_forms_input: Optional[Sequence[DataSourceFormInputArgs]] = None,
configuration: Optional[Union[DataSourceConfigurationInput0PropertiesArgs, DataSourceConfigurationInput1PropertiesArgs]] = None,
description: Optional[str] = None,
enable_setting: Optional[DataSourceEnableSetting] = None,
name: Optional[str] = None,
publish_on_import: Optional[bool] = None,
recommendation: Optional[DataSourceRecommendationConfigurationArgs] = None,
schedule: Optional[DataSourceScheduleConfigurationArgs] = None)
func NewDataSource(ctx *Context, name string, args DataSourceArgs, opts ...ResourceOption) (*DataSource, error)
public DataSource(string name, DataSourceArgs args, CustomResourceOptions? opts = null)
public DataSource(String name, DataSourceArgs args)
public DataSource(String name, DataSourceArgs args, CustomResourceOptions options)
type: aws-native:datazone:DataSource
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 DataSourceArgs
- 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 DataSourceArgs
- 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 DataSourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataSourceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DataSource 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 DataSource resource accepts the following input properties:
- Domain
Identifier string - The ID of the Amazon DataZone domain where the data source is created.
- Environment
Identifier string - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- Project
Identifier string - The identifier of the Amazon DataZone project in which you want to add the data source.
- Type string
- The type of the data source.
- Asset
Forms List<Pulumi.Input Aws Native. Data Zone. Inputs. Data Source Form Input> - The metadata forms that are to be attached to the assets that this data source works with.
- Configuration
Pulumi.
Aws | Pulumi.Native. Data Zone. Inputs. Data Source Configuration Input0Properties Aws Native. Data Zone. Inputs. Data Source Configuration Input1Properties - Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
- Description string
- The description of the data source.
- Enable
Setting Pulumi.Aws Native. Data Zone. Data Source Enable Setting - Specifies whether the data source is enabled.
- Name string
- The name of the data source.
- Publish
On boolImport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
- Recommendation
Pulumi.
Aws Native. Data Zone. Inputs. Data Source Recommendation Configuration - Specifies whether the business name generation is to be enabled for this data source.
- Schedule
Pulumi.
Aws Native. Data Zone. Inputs. Data Source Schedule Configuration - The schedule of the data source runs.
- Domain
Identifier string - The ID of the Amazon DataZone domain where the data source is created.
- Environment
Identifier string - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- Project
Identifier string - The identifier of the Amazon DataZone project in which you want to add the data source.
- Type string
- The type of the data source.
- Asset
Forms []DataInput Source Form Input Args - The metadata forms that are to be attached to the assets that this data source works with.
- Configuration
Data
Source | DataConfiguration Input0Properties Args Source Configuration Input1Properties Args - Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
- Description string
- The description of the data source.
- Enable
Setting DataSource Enable Setting - Specifies whether the data source is enabled.
- Name string
- The name of the data source.
- Publish
On boolImport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
- Recommendation
Data
Source Recommendation Configuration Args - Specifies whether the business name generation is to be enabled for this data source.
- Schedule
Data
Source Schedule Configuration Args - The schedule of the data source runs.
- domain
Identifier String - The ID of the Amazon DataZone domain where the data source is created.
- environment
Identifier String - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- project
Identifier String - The identifier of the Amazon DataZone project in which you want to add the data source.
- type String
- The type of the data source.
- asset
Forms List<DataInput Source Form Input> - The metadata forms that are to be attached to the assets that this data source works with.
- configuration
Data
Source | DataConfiguration Input0Properties Source Configuration Input1Properties - Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
- description String
- The description of the data source.
- enable
Setting DataSource Enable Setting - Specifies whether the data source is enabled.
- name String
- The name of the data source.
- publish
On BooleanImport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
- recommendation
Data
Source Recommendation Configuration - Specifies whether the business name generation is to be enabled for this data source.
- schedule
Data
Source Schedule Configuration - The schedule of the data source runs.
- domain
Identifier string - The ID of the Amazon DataZone domain where the data source is created.
- environment
Identifier string - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- project
Identifier string - The identifier of the Amazon DataZone project in which you want to add the data source.
- type string
- The type of the data source.
- asset
Forms DataInput Source Form Input[] - The metadata forms that are to be attached to the assets that this data source works with.
- configuration
Data
Source | DataConfiguration Input0Properties Source Configuration Input1Properties - Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
- description string
- The description of the data source.
- enable
Setting DataSource Enable Setting - Specifies whether the data source is enabled.
- name string
- The name of the data source.
- publish
On booleanImport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
- recommendation
Data
Source Recommendation Configuration - Specifies whether the business name generation is to be enabled for this data source.
- schedule
Data
Source Schedule Configuration - The schedule of the data source runs.
- domain_
identifier str - The ID of the Amazon DataZone domain where the data source is created.
- environment_
identifier str - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- project_
identifier str - The identifier of the Amazon DataZone project in which you want to add the data source.
- type str
- The type of the data source.
- asset_
forms_ Sequence[Datainput Source Form Input Args] - The metadata forms that are to be attached to the assets that this data source works with.
- configuration
Data
Source | DataConfiguration Input0Properties Args Source Configuration Input1Properties Args - Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
- description str
- The description of the data source.
- enable_
setting DataSource Enable Setting - Specifies whether the data source is enabled.
- name str
- The name of the data source.
- publish_
on_ boolimport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
- recommendation
Data
Source Recommendation Configuration Args - Specifies whether the business name generation is to be enabled for this data source.
- schedule
Data
Source Schedule Configuration Args - The schedule of the data source runs.
- domain
Identifier String - The ID of the Amazon DataZone domain where the data source is created.
- environment
Identifier String - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- project
Identifier String - The identifier of the Amazon DataZone project in which you want to add the data source.
- type String
- The type of the data source.
- asset
Forms List<Property Map>Input - The metadata forms that are to be attached to the assets that this data source works with.
- configuration Property Map | Property Map
- Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
- description String
- The description of the data source.
- enable
Setting "ENABLED" | "DISABLED" - Specifies whether the data source is enabled.
- name String
- The name of the data source.
- publish
On BooleanImport - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
- recommendation Property Map
- Specifies whether the business name generation is to be enabled for this data source.
- schedule Property Map
- The schedule of the data source runs.
Outputs
All input properties are implicitly available as output properties. Additionally, the DataSource resource produces the following output properties:
- Aws
Id string - The unique identifier of the data source.
- Created
At string - The timestamp of when the data source was created.
- Domain
Id string - The ID of the Amazon DataZone domain where the data source is created.
- Environment
Id string - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Run doubleAsset Count - The number of assets created by the data source during its last run.
- Last
Run stringAt - The timestamp that specifies when the data source was last run.
- Last
Run stringStatus - The status of the last run of this data source.
- Project
Id string - The ID of the Amazon DataZone project to which the data source is added.
- Status
Pulumi.
Aws Native. Data Zone. Data Source Status - The status of the data source.
- Updated
At string - The timestamp of when this data source was updated.
- Aws
Id string - The unique identifier of the data source.
- Created
At string - The timestamp of when the data source was created.
- Domain
Id string - The ID of the Amazon DataZone domain where the data source is created.
- Environment
Id string - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Run float64Asset Count - The number of assets created by the data source during its last run.
- Last
Run stringAt - The timestamp that specifies when the data source was last run.
- Last
Run stringStatus - The status of the last run of this data source.
- Project
Id string - The ID of the Amazon DataZone project to which the data source is added.
- Status
Data
Source Status - The status of the data source.
- Updated
At string - The timestamp of when this data source was updated.
- aws
Id String - The unique identifier of the data source.
- created
At String - The timestamp of when the data source was created.
- domain
Id String - The ID of the Amazon DataZone domain where the data source is created.
- environment
Id String - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Run DoubleAsset Count - The number of assets created by the data source during its last run.
- last
Run StringAt - The timestamp that specifies when the data source was last run.
- last
Run StringStatus - The status of the last run of this data source.
- project
Id String - The ID of the Amazon DataZone project to which the data source is added.
- status
Data
Source Status - The status of the data source.
- updated
At String - The timestamp of when this data source was updated.
- aws
Id string - The unique identifier of the data source.
- created
At string - The timestamp of when the data source was created.
- domain
Id string - The ID of the Amazon DataZone domain where the data source is created.
- environment
Id string - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Run numberAsset Count - The number of assets created by the data source during its last run.
- last
Run stringAt - The timestamp that specifies when the data source was last run.
- last
Run stringStatus - The status of the last run of this data source.
- project
Id string - The ID of the Amazon DataZone project to which the data source is added.
- status
Data
Source Status - The status of the data source.
- updated
At string - The timestamp of when this data source was updated.
- aws_
id str - The unique identifier of the data source.
- created_
at str - The timestamp of when the data source was created.
- domain_
id str - The ID of the Amazon DataZone domain where the data source is created.
- environment_
id str - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
run_ floatasset_ count - The number of assets created by the data source during its last run.
- last_
run_ strat - The timestamp that specifies when the data source was last run.
- last_
run_ strstatus - The status of the last run of this data source.
- project_
id str - The ID of the Amazon DataZone project to which the data source is added.
- status
Data
Source Status - The status of the data source.
- updated_
at str - The timestamp of when this data source was updated.
- aws
Id String - The unique identifier of the data source.
- created
At String - The timestamp of when the data source was created.
- domain
Id String - The ID of the Amazon DataZone domain where the data source is created.
- environment
Id String - The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Run NumberAsset Count - The number of assets created by the data source during its last run.
- last
Run StringAt - The timestamp that specifies when the data source was last run.
- last
Run StringStatus - The status of the last run of this data source.
- project
Id String - The ID of the Amazon DataZone project to which the data source is added.
- status "CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION"
- The status of the data source.
- updated
At String - The timestamp of when this data source was updated.
Supporting Types
DataSourceConfigurationInput0Properties, DataSourceConfigurationInput0PropertiesArgs
DataSourceConfigurationInput1Properties, DataSourceConfigurationInput1PropertiesArgs
DataSourceEnableSetting, DataSourceEnableSettingArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Data
Source Enable Setting Enabled - ENABLED
- Data
Source Enable Setting Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
DataSourceFilterExpression, DataSourceFilterExpressionArgs
DataSourceFilterExpressionType, DataSourceFilterExpressionTypeArgs
- Include
- INCLUDE
- Exclude
- EXCLUDE
- Data
Source Filter Expression Type Include - INCLUDE
- Data
Source Filter Expression Type Exclude - EXCLUDE
- Include
- INCLUDE
- Exclude
- EXCLUDE
- Include
- INCLUDE
- Exclude
- EXCLUDE
- INCLUDE
- INCLUDE
- EXCLUDE
- EXCLUDE
- "INCLUDE"
- INCLUDE
- "EXCLUDE"
- EXCLUDE
DataSourceFormInput, DataSourceFormInputArgs
- Form
Name string - The name of the metadata form.
- Content string
- The content of the metadata form.
- Type
Identifier string - The ID of the metadata form type.
- Type
Revision string - The revision of the metadata form type.
- Form
Name string - The name of the metadata form.
- Content string
- The content of the metadata form.
- Type
Identifier string - The ID of the metadata form type.
- Type
Revision string - The revision of the metadata form type.
- form
Name String - The name of the metadata form.
- content String
- The content of the metadata form.
- type
Identifier String - The ID of the metadata form type.
- type
Revision String - The revision of the metadata form type.
- form
Name string - The name of the metadata form.
- content string
- The content of the metadata form.
- type
Identifier string - The ID of the metadata form type.
- type
Revision string - The revision of the metadata form type.
- form_
name str - The name of the metadata form.
- content str
- The content of the metadata form.
- type_
identifier str - The ID of the metadata form type.
- type_
revision str - The revision of the metadata form type.
- form
Name String - The name of the metadata form.
- content String
- The content of the metadata form.
- type
Identifier String - The ID of the metadata form type.
- type
Revision String - The revision of the metadata form type.
DataSourceGlueRunConfigurationInput, DataSourceGlueRunConfigurationInputArgs
- Relational
Filter List<Pulumi.Configurations Aws Native. Data Zone. Inputs. Data Source Relational Filter Configuration> - The relational filter configurations included in the configuration details of the AWS Glue data source.
- Auto
Import boolData Quality Result - Specifies whether to automatically import data quality metrics as part of the data source run.
- Data
Access stringRole - The data access role included in the configuration details of the AWS Glue data source.
- Relational
Filter []DataConfigurations Source Relational Filter Configuration - The relational filter configurations included in the configuration details of the AWS Glue data source.
- Auto
Import boolData Quality Result - Specifies whether to automatically import data quality metrics as part of the data source run.
- Data
Access stringRole - The data access role included in the configuration details of the AWS Glue data source.
- relational
Filter List<DataConfigurations Source Relational Filter Configuration> - The relational filter configurations included in the configuration details of the AWS Glue data source.
- auto
Import BooleanData Quality Result - Specifies whether to automatically import data quality metrics as part of the data source run.
- data
Access StringRole - The data access role included in the configuration details of the AWS Glue data source.
- relational
Filter DataConfigurations Source Relational Filter Configuration[] - The relational filter configurations included in the configuration details of the AWS Glue data source.
- auto
Import booleanData Quality Result - Specifies whether to automatically import data quality metrics as part of the data source run.
- data
Access stringRole - The data access role included in the configuration details of the AWS Glue data source.
- relational_
filter_ Sequence[Dataconfigurations Source Relational Filter Configuration] - The relational filter configurations included in the configuration details of the AWS Glue data source.
- auto_
import_ booldata_ quality_ result - Specifies whether to automatically import data quality metrics as part of the data source run.
- data_
access_ strrole - The data access role included in the configuration details of the AWS Glue data source.
- relational
Filter List<Property Map>Configurations - The relational filter configurations included in the configuration details of the AWS Glue data source.
- auto
Import BooleanData Quality Result - Specifies whether to automatically import data quality metrics as part of the data source run.
- data
Access StringRole - The data access role included in the configuration details of the AWS Glue data source.
DataSourceRecommendationConfiguration, DataSourceRecommendationConfigurationArgs
- Enable
Business boolName Generation - Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
- Enable
Business boolName Generation - Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
- enable
Business BooleanName Generation - Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
- enable
Business booleanName Generation - Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
- enable_
business_ boolname_ generation - Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
- enable
Business BooleanName Generation - Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
DataSourceRedshiftClusterStorage, DataSourceRedshiftClusterStorageArgs
- Cluster
Name string - The name of an Amazon Redshift cluster.
- Cluster
Name string - The name of an Amazon Redshift cluster.
- cluster
Name String - The name of an Amazon Redshift cluster.
- cluster
Name string - The name of an Amazon Redshift cluster.
- cluster_
name str - The name of an Amazon Redshift cluster.
- cluster
Name String - The name of an Amazon Redshift cluster.
DataSourceRedshiftCredentialConfiguration, DataSourceRedshiftCredentialConfigurationArgs
- Secret
Manager stringArn - The ARN of a secret manager for an Amazon Redshift cluster.
- Secret
Manager stringArn - The ARN of a secret manager for an Amazon Redshift cluster.
- secret
Manager StringArn - The ARN of a secret manager for an Amazon Redshift cluster.
- secret
Manager stringArn - The ARN of a secret manager for an Amazon Redshift cluster.
- secret_
manager_ strarn - The ARN of a secret manager for an Amazon Redshift cluster.
- secret
Manager StringArn - The ARN of a secret manager for an Amazon Redshift cluster.
DataSourceRedshiftRunConfigurationInput, DataSourceRedshiftRunConfigurationInputArgs
- Redshift
Credential Pulumi.Configuration Aws Native. Data Zone. Inputs. Data Source Redshift Credential Configuration - The details of the credentials required to access an Amazon Redshift cluster.
- Redshift
Storage Pulumi.Aws | Pulumi.Native. Data Zone. Inputs. Data Source Redshift Storage0Properties Aws Native. Data Zone. Inputs. Data Source Redshift Storage1Properties - The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
- Relational
Filter List<Pulumi.Configurations Aws Native. Data Zone. Inputs. Data Source Relational Filter Configuration> - Data
Access stringRole - The data access role included in the configuration details of the Amazon Redshift data source.
- Redshift
Credential DataConfiguration Source Redshift Credential Configuration - The details of the credentials required to access an Amazon Redshift cluster.
- Redshift
Storage DataSource | DataRedshift Storage0Properties Source Redshift Storage1Properties - The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
- Relational
Filter []DataConfigurations Source Relational Filter Configuration - Data
Access stringRole - The data access role included in the configuration details of the Amazon Redshift data source.
- redshift
Credential DataConfiguration Source Redshift Credential Configuration - The details of the credentials required to access an Amazon Redshift cluster.
- redshift
Storage DataSource | DataRedshift Storage0Properties Source Redshift Storage1Properties - The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
- relational
Filter List<DataConfigurations Source Relational Filter Configuration> - data
Access StringRole - The data access role included in the configuration details of the Amazon Redshift data source.
- redshift
Credential DataConfiguration Source Redshift Credential Configuration - The details of the credentials required to access an Amazon Redshift cluster.
- redshift
Storage DataSource | DataRedshift Storage0Properties Source Redshift Storage1Properties - The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
- relational
Filter DataConfigurations Source Relational Filter Configuration[] - data
Access stringRole - The data access role included in the configuration details of the Amazon Redshift data source.
- redshift_
credential_ Dataconfiguration Source Redshift Credential Configuration - The details of the credentials required to access an Amazon Redshift cluster.
- redshift_
storage DataSource | DataRedshift Storage0Properties Source Redshift Storage1Properties - The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
- relational_
filter_ Sequence[Dataconfigurations Source Relational Filter Configuration] - data_
access_ strrole - The data access role included in the configuration details of the Amazon Redshift data source.
- redshift
Credential Property MapConfiguration - The details of the credentials required to access an Amazon Redshift cluster.
- redshift
Storage Property Map | Property Map - The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
- relational
Filter List<Property Map>Configurations - data
Access StringRole - The data access role included in the configuration details of the Amazon Redshift data source.
DataSourceRedshiftServerlessStorage, DataSourceRedshiftServerlessStorageArgs
- Workgroup
Name string - The name of the Amazon Redshift Serverless workgroup.
- Workgroup
Name string - The name of the Amazon Redshift Serverless workgroup.
- workgroup
Name String - The name of the Amazon Redshift Serverless workgroup.
- workgroup
Name string - The name of the Amazon Redshift Serverless workgroup.
- workgroup_
name str - The name of the Amazon Redshift Serverless workgroup.
- workgroup
Name String - The name of the Amazon Redshift Serverless workgroup.
DataSourceRedshiftStorage0Properties, DataSourceRedshiftStorage0PropertiesArgs
DataSourceRedshiftStorage1Properties, DataSourceRedshiftStorage1PropertiesArgs
DataSourceRelationalFilterConfiguration, DataSourceRelationalFilterConfigurationArgs
- Database
Name string - The database name specified in the relational filter configuration for the data source.
- Filter
Expressions List<Pulumi.Aws Native. Data Zone. Inputs. Data Source Filter Expression> - The filter expressions specified in the relational filter configuration for the data source.
- Schema
Name string - The schema name specified in the relational filter configuration for the data source.
- Database
Name string - The database name specified in the relational filter configuration for the data source.
- Filter
Expressions []DataSource Filter Expression - The filter expressions specified in the relational filter configuration for the data source.
- Schema
Name string - The schema name specified in the relational filter configuration for the data source.
- database
Name String - The database name specified in the relational filter configuration for the data source.
- filter
Expressions List<DataSource Filter Expression> - The filter expressions specified in the relational filter configuration for the data source.
- schema
Name String - The schema name specified in the relational filter configuration for the data source.
- database
Name string - The database name specified in the relational filter configuration for the data source.
- filter
Expressions DataSource Filter Expression[] - The filter expressions specified in the relational filter configuration for the data source.
- schema
Name string - The schema name specified in the relational filter configuration for the data source.
- database_
name str - The database name specified in the relational filter configuration for the data source.
- filter_
expressions Sequence[DataSource Filter Expression] - The filter expressions specified in the relational filter configuration for the data source.
- schema_
name str - The schema name specified in the relational filter configuration for the data source.
- database
Name String - The database name specified in the relational filter configuration for the data source.
- filter
Expressions List<Property Map> - The filter expressions specified in the relational filter configuration for the data source.
- schema
Name String - The schema name specified in the relational filter configuration for the data source.
DataSourceScheduleConfiguration, DataSourceScheduleConfigurationArgs
DataSourceStatus, DataSourceStatusArgs
- Creating
- CREATING
- Failed
Creation - FAILED_CREATION
- Ready
- READY
- Updating
- UPDATING
- Failed
Update - FAILED_UPDATE
- Running
- RUNNING
- Deleting
- DELETING
- Failed
Deletion - FAILED_DELETION
- Data
Source Status Creating - CREATING
- Data
Source Status Failed Creation - FAILED_CREATION
- Data
Source Status Ready - READY
- Data
Source Status Updating - UPDATING
- Data
Source Status Failed Update - FAILED_UPDATE
- Data
Source Status Running - RUNNING
- Data
Source Status Deleting - DELETING
- Data
Source Status Failed Deletion - FAILED_DELETION
- Creating
- CREATING
- Failed
Creation - FAILED_CREATION
- Ready
- READY
- Updating
- UPDATING
- Failed
Update - FAILED_UPDATE
- Running
- RUNNING
- Deleting
- DELETING
- Failed
Deletion - FAILED_DELETION
- Creating
- CREATING
- Failed
Creation - FAILED_CREATION
- Ready
- READY
- Updating
- UPDATING
- Failed
Update - FAILED_UPDATE
- Running
- RUNNING
- Deleting
- DELETING
- Failed
Deletion - FAILED_DELETION
- CREATING
- CREATING
- FAILED_CREATION
- FAILED_CREATION
- READY
- READY
- UPDATING
- UPDATING
- FAILED_UPDATE
- FAILED_UPDATE
- RUNNING
- RUNNING
- DELETING
- DELETING
- FAILED_DELETION
- FAILED_DELETION
- "CREATING"
- CREATING
- "FAILED_CREATION"
- FAILED_CREATION
- "READY"
- READY
- "UPDATING"
- UPDATING
- "FAILED_UPDATE"
- FAILED_UPDATE
- "RUNNING"
- RUNNING
- "DELETING"
- DELETING
- "FAILED_DELETION"
- FAILED_DELETION
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.