Class: Aws::GlueDataBrew::Types::CreateProjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_nameString

The name of an existing dataset to associate this project with.

Returns:

  • (String)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 370

class CreateProjectRequest < Struct.new(
  :dataset_name,
  :name,
  :recipe_name,
  :sample,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Returns:

  • (String)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 370

class CreateProjectRequest < Struct.new(
  :dataset_name,
  :name,
  :recipe_name,
  :sample,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_nameString

The name of an existing recipe to associate with the project.

Returns:

  • (String)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 370

class CreateProjectRequest < Struct.new(
  :dataset_name,
  :name,
  :recipe_name,
  :sample,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.

Returns:

  • (String)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 370

class CreateProjectRequest < Struct.new(
  :dataset_name,
  :name,
  :recipe_name,
  :sample,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sampleTypes::Sample

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

Returns:



370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 370

class CreateProjectRequest < Struct.new(
  :dataset_name,
  :name,
  :recipe_name,
  :sample,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata tags to apply to this project.

Returns:

  • (Hash<String,String>)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 370

class CreateProjectRequest < Struct.new(
  :dataset_name,
  :name,
  :recipe_name,
  :sample,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end