Namespace Amazon.CDK.CfnPropertyMixins.AWS.DataBrew
Classes
| CfnDatasetMixinProps | Properties for CfnDatasetPropsMixin. |
| CfnDatasetPropsMixin | Specifies a new DataBrew dataset. |
| CfnDatasetPropsMixin.CsvOptionsProperty | Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file. |
| CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty | Represents how metadata stored in the AWS Glue Data Catalog is defined in a DataBrew dataset. |
| CfnDatasetPropsMixin.DatabaseInputDefinitionProperty | Connection information for dataset input files stored in a database. |
| CfnDatasetPropsMixin.DatasetParameterProperty | Represents a dataset paramater that defines type and conditions for a parameter in the Amazon S3 path of the dataset. |
| CfnDatasetPropsMixin.DatetimeOptionsProperty | Represents additional options for correct interpretation of datetime parameters used in the Amazon S3 path of a dataset. |
| CfnDatasetPropsMixin.ExcelOptionsProperty | Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file. |
| CfnDatasetPropsMixin.FilesLimitProperty | Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path. |
| CfnDatasetPropsMixin.FilterExpressionProperty | Represents a structure for defining parameter conditions. |
| CfnDatasetPropsMixin.FilterValueProperty | Represents a single entry in the |
| CfnDatasetPropsMixin.FormatOptionsProperty | Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input. |
| CfnDatasetPropsMixin.InputProperty | Represents information on how DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3. |
| CfnDatasetPropsMixin.JsonOptionsProperty | Represents the JSON-specific options that define how input is to be interpreted by AWS Glue DataBrew . |
| CfnDatasetPropsMixin.MetadataProperty | Contains additional resource information needed for specific datasets. |
| CfnDatasetPropsMixin.PathOptionsProperty | Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset. |
| CfnDatasetPropsMixin.PathParameterProperty | Represents a single entry in the path parameters of a dataset. |
| CfnDatasetPropsMixin.S3LocationProperty | Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job. |
| CfnJobMixinProps | Properties for CfnJobPropsMixin. |
| CfnJobPropsMixin | Specifies a new DataBrew job. |
| CfnJobPropsMixin.AllowedStatisticsProperty | Configuration of statistics that are allowed to be run on columns that contain detected entities. |
| CfnJobPropsMixin.ColumnSelectorProperty | Selector of a column from a dataset for profile job configuration. |
| CfnJobPropsMixin.ColumnStatisticsConfigurationProperty | Configuration for column evaluations for a profile job. |
| CfnJobPropsMixin.CsvOutputOptionsProperty | Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file. |
| CfnJobPropsMixin.DataCatalogOutputProperty | Represents options that specify how and where in the AWS Glue Data Catalog DataBrew writes the output generated by recipe jobs. |
| CfnJobPropsMixin.DatabaseOutputProperty | Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into. |
| CfnJobPropsMixin.DatabaseTableOutputOptionsProperty | Represents options that specify how and where DataBrew writes the database output generated by recipe jobs. |
| CfnJobPropsMixin.EntityDetectorConfigurationProperty | Configuration of entity detection for a profile job. |
| CfnJobPropsMixin.JobSampleProperty | A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. |
| CfnJobPropsMixin.OutputFormatOptionsProperty | Represents a set of options that define the structure of comma-separated (CSV) job output. |
| CfnJobPropsMixin.OutputLocationProperty | The location in Amazon S3 or AWS Glue Data Catalog where the job writes its output. |
| CfnJobPropsMixin.OutputProperty | Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs. |
| CfnJobPropsMixin.ProfileConfigurationProperty | Configuration for profile jobs. |
| CfnJobPropsMixin.RecipeProperty | Represents one or more actions to be performed on a DataBrew dataset. |
| CfnJobPropsMixin.S3LocationProperty | Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job. |
| CfnJobPropsMixin.S3TableOutputOptionsProperty | Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs. |
| CfnJobPropsMixin.StatisticOverrideProperty | Override of a particular evaluation for a profile job. |
| CfnJobPropsMixin.StatisticsConfigurationProperty | Configuration of evaluations for a profile job. |
| CfnJobPropsMixin.ValidationConfigurationProperty | Configuration for data quality validation. |
| CfnProjectMixinProps | Properties for CfnProjectPropsMixin. |
| CfnProjectPropsMixin | Specifies a new AWS Glue DataBrew project. |
| CfnProjectPropsMixin.SampleProperty | Represents the sample size and sampling type for DataBrew to use for interactive data analysis. |
| CfnRecipeMixinProps | Properties for CfnRecipePropsMixin. |
| CfnRecipePropsMixin | Specifies a new AWS Glue DataBrew transformation recipe. |
| CfnRecipePropsMixin.ActionProperty | Represents a transformation and associated parameters that are used to apply a change to an AWS Glue DataBrew dataset. |
| CfnRecipePropsMixin.ConditionExpressionProperty | Represents an individual condition that evaluates to true or false. |
| CfnRecipePropsMixin.RecipeStepProperty | Represents a single step from a DataBrew recipe to be performed. |
| CfnRulesetMixinProps | Properties for CfnRulesetPropsMixin. |
| CfnRulesetPropsMixin | Specifies a new ruleset that can be used in a profile job to validate the data quality of a dataset. |
| CfnRulesetPropsMixin.ColumnSelectorProperty | Selector of a column from a dataset for profile job configuration. |
| CfnRulesetPropsMixin.RuleProperty | Represents a single data quality requirement that should be validated in the scope of this dataset. |
| CfnRulesetPropsMixin.SubstitutionValueProperty | A key-value pair to associate an expression's substitution variable names with their values. |
| CfnRulesetPropsMixin.ThresholdProperty | The threshold used with a non-aggregate check expression. |
| CfnScheduleMixinProps | Properties for CfnSchedulePropsMixin. |
| CfnSchedulePropsMixin | Specifies a new schedule for one or more AWS Glue DataBrew jobs. |
Interfaces
| CfnDatasetPropsMixin.ICsvOptionsProperty | Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file. |
| CfnDatasetPropsMixin.IDataCatalogInputDefinitionProperty | Represents how metadata stored in the AWS Glue Data Catalog is defined in a DataBrew dataset. |
| CfnDatasetPropsMixin.IDatabaseInputDefinitionProperty | Connection information for dataset input files stored in a database. |
| CfnDatasetPropsMixin.IDatasetParameterProperty | Represents a dataset paramater that defines type and conditions for a parameter in the Amazon S3 path of the dataset. |
| CfnDatasetPropsMixin.IDatetimeOptionsProperty | Represents additional options for correct interpretation of datetime parameters used in the Amazon S3 path of a dataset. |
| CfnDatasetPropsMixin.IExcelOptionsProperty | Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file. |
| CfnDatasetPropsMixin.IFilesLimitProperty | Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path. |
| CfnDatasetPropsMixin.IFilterExpressionProperty | Represents a structure for defining parameter conditions. |
| CfnDatasetPropsMixin.IFilterValueProperty | Represents a single entry in the |
| CfnDatasetPropsMixin.IFormatOptionsProperty | Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input. |
| CfnDatasetPropsMixin.IInputProperty | Represents information on how DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3. |
| CfnDatasetPropsMixin.IJsonOptionsProperty | Represents the JSON-specific options that define how input is to be interpreted by AWS Glue DataBrew . |
| CfnDatasetPropsMixin.IMetadataProperty | Contains additional resource information needed for specific datasets. |
| CfnDatasetPropsMixin.IPathOptionsProperty | Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset. |
| CfnDatasetPropsMixin.IPathParameterProperty | Represents a single entry in the path parameters of a dataset. |
| CfnDatasetPropsMixin.IS3LocationProperty | Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job. |
| CfnJobPropsMixin.IAllowedStatisticsProperty | Configuration of statistics that are allowed to be run on columns that contain detected entities. |
| CfnJobPropsMixin.IColumnSelectorProperty | Selector of a column from a dataset for profile job configuration. |
| CfnJobPropsMixin.IColumnStatisticsConfigurationProperty | Configuration for column evaluations for a profile job. |
| CfnJobPropsMixin.ICsvOutputOptionsProperty | Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file. |
| CfnJobPropsMixin.IDataCatalogOutputProperty | Represents options that specify how and where in the AWS Glue Data Catalog DataBrew writes the output generated by recipe jobs. |
| CfnJobPropsMixin.IDatabaseOutputProperty | Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into. |
| CfnJobPropsMixin.IDatabaseTableOutputOptionsProperty | Represents options that specify how and where DataBrew writes the database output generated by recipe jobs. |
| CfnJobPropsMixin.IEntityDetectorConfigurationProperty | Configuration of entity detection for a profile job. |
| CfnJobPropsMixin.IJobSampleProperty | A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. |
| CfnJobPropsMixin.IOutputFormatOptionsProperty | Represents a set of options that define the structure of comma-separated (CSV) job output. |
| CfnJobPropsMixin.IOutputLocationProperty | The location in Amazon S3 or AWS Glue Data Catalog where the job writes its output. |
| CfnJobPropsMixin.IOutputProperty | Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs. |
| CfnJobPropsMixin.IProfileConfigurationProperty | Configuration for profile jobs. |
| CfnJobPropsMixin.IRecipeProperty | Represents one or more actions to be performed on a DataBrew dataset. |
| CfnJobPropsMixin.IS3LocationProperty | Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job. |
| CfnJobPropsMixin.IS3TableOutputOptionsProperty | Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs. |
| CfnJobPropsMixin.IStatisticOverrideProperty | Override of a particular evaluation for a profile job. |
| CfnJobPropsMixin.IStatisticsConfigurationProperty | Configuration of evaluations for a profile job. |
| CfnJobPropsMixin.IValidationConfigurationProperty | Configuration for data quality validation. |
| CfnProjectPropsMixin.ISampleProperty | Represents the sample size and sampling type for DataBrew to use for interactive data analysis. |
| CfnRecipePropsMixin.IActionProperty | Represents a transformation and associated parameters that are used to apply a change to an AWS Glue DataBrew dataset. |
| CfnRecipePropsMixin.IConditionExpressionProperty | Represents an individual condition that evaluates to true or false. |
| CfnRecipePropsMixin.IRecipeStepProperty | Represents a single step from a DataBrew recipe to be performed. |
| CfnRulesetPropsMixin.IColumnSelectorProperty | Selector of a column from a dataset for profile job configuration. |
| CfnRulesetPropsMixin.IRuleProperty | Represents a single data quality requirement that should be validated in the scope of this dataset. |
| CfnRulesetPropsMixin.ISubstitutionValueProperty | A key-value pair to associate an expression's substitution variable names with their values. |
| CfnRulesetPropsMixin.IThresholdProperty | The threshold used with a non-aggregate check expression. |
| ICfnDatasetMixinProps | Properties for CfnDatasetPropsMixin. |
| ICfnJobMixinProps | Properties for CfnJobPropsMixin. |
| ICfnProjectMixinProps | Properties for CfnProjectPropsMixin. |
| ICfnRecipeMixinProps | Properties for CfnRecipePropsMixin. |
| ICfnRulesetMixinProps | Properties for CfnRulesetPropsMixin. |
| ICfnScheduleMixinProps | Properties for CfnSchedulePropsMixin. |