Class: Aws::BedrockDataAutomationRuntime::Types::InvokeDataAutomationAsyncRequest

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

Overview

Invoke Data Automation Async Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintsArray<Types::Blueprint>

Blueprint list.



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Idempotency token.

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



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_automation_configurationTypes::DataAutomationConfiguration

Data automation configuration.



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_automation_profile_arnString

Data automation profile ARN



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

Encryption configuration.



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#input_configurationTypes::InputConfiguration

Input configuration.



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#notification_configurationTypes::NotificationConfiguration

Notification configuration.



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_configurationTypes::OutputConfiguration

Output configuration.



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

List of tags.



250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 250

class InvokeDataAutomationAsyncRequest < Struct.new(
  :client_token,
  :input_configuration,
  :output_configuration,
  :data_automation_configuration,
  :encryption_configuration,
  :notification_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end