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 Amazon CloudFormation template, use the following syntax:
JSON
{ "DatasetParameter" :DatasetParameter, "PathParameterName" :String}
YAML
DatasetParameter:DatasetParameterPathParameterName: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
Update requires: No interruption