Class: Aws::BedrockDataAutomation::Types::CreateBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::CreateBlueprintRequest
- 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
-
#blueprint_name ⇒ String
Name of the Blueprint.
-
#blueprint_stage ⇒ String
Stage of the Blueprint.
-
#client_token ⇒ String
Client specified token used for idempotency checks.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
KMS Encryption Configuration.
-
#schema ⇒ String
Schema of the blueprint.
-
#tags ⇒ Array<Types::Tag>
List of tags.
-
#type ⇒ String
Type.
Instance Attribute Details
#blueprint_name ⇒ String
Name of the Blueprint
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_stage ⇒ String
Stage of the Blueprint
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_token ⇒ String
Client specified token used for idempotency checks
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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_configuration ⇒ Types::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 |
#schema ⇒ String
Schema of the blueprint
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 |
#tags ⇒ Array<Types::Tag>
List of tags
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 |
#type ⇒ String
Type
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 |