AWS::DataBrew::Dataset PathParameter
Represents a single entry in the path parameters of a dataset. Each
PathParameter
consists of a name and a parameter definition.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DatasetParameter" :
DatasetParameter
, "PathParameterName" :String
}
YAML
DatasetParameter:
DatasetParameter
PathParameterName:String
Properties
DatasetParameter
-
The path parameter definition.
Required: Yes
Type: DatasetParameter
Update requires: No interruption
PathParameterName
-
The name of the path parameter.
Required: Yes
Type: String
Minimum:
1
Maximum:
255
Update requires: No interruption