This product is not supported for your selected
Datadog site. (
).
aws_databrew_recipe
account_id
Type: STRING
create_date
Type: TIMESTAMP
Provider name: CreateDate
Description: The date and time that the recipe was created.
created_by
Type: STRING
Provider name: CreatedBy
Description: The Amazon Resource Name (ARN) of the user who created the recipe.
description
Type: STRING
Provider name: Description
Description: The description of the recipe.
last_modified_by
Type: STRING
Provider name: LastModifiedBy
Description: The Amazon Resource Name (ARN) of the user who last modified the recipe.
last_modified_date
Type: TIMESTAMP
Provider name: LastModifiedDate
Description: The last modification date and time of the recipe.
name
Type: STRING
Provider name: Name
Description: The unique name for the recipe.
project_name
Type: STRING
Provider name: ProjectName
Description: The name of the project that the recipe is associated with.
published_by
Type: STRING
Provider name: PublishedBy
Description: The Amazon Resource Name (ARN) of the user who published the recipe.
published_date
Type: TIMESTAMP
Provider name: PublishedDate
Description: The date and time when the recipe was published.
recipe_version
Type: STRING
Provider name: RecipeVersion
Description: The identifier for the version for the recipe. Must be one of the following:
- Numeric version (
X.Y
) - X
and Y
stand for major and minor version numbers. The maximum length of each is 6 digits, and neither can be negative values. Both X
and Y
are required, and “0.0” isn’t a valid version. LATEST_WORKING
- the most recent valid version being developed in a DataBrew project.LATEST_PUBLISHED
- the most recent published version.
resource_arn
Type: STRING
Provider name: ResourceArn
Description: The Amazon Resource Name (ARN) for the recipe.
steps
Type: UNORDERED_LIST_STRUCT
Provider name: Steps
Description: A list of steps that are defined by the recipe.
action
Type: STRUCT
Provider name: Action
Description: The particular action to be performed in the recipe step.
operation
Type: STRING
Provider name: Operation
Description: The name of a valid DataBrew transformation to be performed on the data.
parameters
Type: MAP_STRING_STRING
Provider name: Parameters
Description: Contextual parameters for the transformation.
condition_expressions
Type: UNORDERED_LIST_STRUCT
Provider name: ConditionExpressions
Description: One or more conditions that must be met for the recipe step to succeed. All of the conditions in the array must be met. In other words, all of the conditions must be combined using a logical AND operation.
condition
Type: STRING
Provider name: Condition
Description: A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.
target_column
Type: STRING
Provider name: TargetColumn
Description: A column to apply this condition to.
value
Type: STRING
Provider name: Value
Description: A value that the condition must evaluate to for the condition to succeed.
Type: UNORDERED_LIST_STRING