Class: Aws::BedrockAgentCoreControl::Types::InvocationConfiguration

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

Overview

The configuration to invoke a self-managed memory processing pipeline with.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payload_delivery_bucket_nameString

The S3 bucket name for event payload delivery.

Returns:

  • (String)


3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3174

class InvocationConfiguration < Struct.new(
  :topic_arn,
  :payload_delivery_bucket_name)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

The ARN of the SNS topic for job notifications.

Returns:

  • (String)


3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3174

class InvocationConfiguration < Struct.new(
  :topic_arn,
  :payload_delivery_bucket_name)
  SENSITIVE = []
  include Aws::Structure
end