You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GlueDataBrew::Types::CreateProjectRequestWhen passing CreateProjectRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
dataset_name: "DatasetName", name: "ProjectName", recipe_name: "RecipeName", sample: {
size: 1,
type: "FIRST_N", },
role_arn: "Arn", tags: {
"TagKey" => "TagValue",
},
}
Instance Attribute Summary collapse
The name of the dataset to associate this project with.
A unique name for the new project.
The name of an existing recipe to associate with the project.
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
Represents the sample size and sampling type for AWS Glue DataBrew to use for interactive data analysis.
.
Metadata tags to apply to this project.
The name of the dataset to associate this project with.
#name ⇒ StringA unique name for the new project.
#recipe_name ⇒ StringThe name of an existing recipe to associate with the project.
#role_arn ⇒ StringThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
#sample ⇒ Types::SampleRepresents the sample size and sampling type for AWS Glue DataBrew to use for interactive data analysis.
#tags ⇒ Hash<String,String>Metadata tags to apply to this project.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4