Class: Aws::BedrockDataAutomation::Types::CreateBlueprintRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Create Blueprint Request

Constant Summary collapse

SENSITIVE =
[:blueprint_name, :schema]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_nameString

Name of the Blueprint

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class CreateBlueprintRequest < Struct.new(
  :blueprint_name,
  :type,
  :blueprint_stage,
  :schema,
  :client_token,
  :encryption_configuration,
  :tags)
  SENSITIVE = [:blueprint_name, :schema]
  include Aws::Structure
end

#blueprint_stageString

Stage of the Blueprint

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class CreateBlueprintRequest < Struct.new(
  :blueprint_name,
  :type,
  :blueprint_stage,
  :schema,
  :client_token,
  :encryption_configuration,
  :tags)
  SENSITIVE = [:blueprint_name, :schema]
  include Aws::Structure
end

#client_tokenString

Client specified token used for idempotency checks

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class CreateBlueprintRequest < Struct.new(
  :blueprint_name,
  :type,
  :blueprint_stage,
  :schema,
  :client_token,
  :encryption_configuration,
  :tags)
  SENSITIVE = [:blueprint_name, :schema]
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

KMS Encryption Configuration



295
296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class CreateBlueprintRequest < Struct.new(
  :blueprint_name,
  :type,
  :blueprint_stage,
  :schema,
  :client_token,
  :encryption_configuration,
  :tags)
  SENSITIVE = [:blueprint_name, :schema]
  include Aws::Structure
end

#schemaString

Schema of the blueprint

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class CreateBlueprintRequest < Struct.new(
  :blueprint_name,
  :type,
  :blueprint_stage,
  :schema,
  :client_token,
  :encryption_configuration,
  :tags)
  SENSITIVE = [:blueprint_name, :schema]
  include Aws::Structure
end

#tagsArray<Types::Tag>

List of tags

Returns:



295
296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class CreateBlueprintRequest < Struct.new(
  :blueprint_name,
  :type,
  :blueprint_stage,
  :schema,
  :client_token,
  :encryption_configuration,
  :tags)
  SENSITIVE = [:blueprint_name, :schema]
  include Aws::Structure
end

#typeString

Type

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class CreateBlueprintRequest < Struct.new(
  :blueprint_name,
  :type,
  :blueprint_stage,
  :schema,
  :client_token,
  :encryption_configuration,
  :tags)
  SENSITIVE = [:blueprint_name, :schema]
  include Aws::Structure
end