Class: Aws::BedrockAgentCoreControl::Types::InvocationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::InvocationConfiguration
- 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
-
#payload_delivery_bucket_name ⇒ String
The S3 bucket name for event payload delivery.
-
#topic_arn ⇒ String
The ARN of the SNS topic for job notifications.
Instance Attribute Details
#payload_delivery_bucket_name ⇒ String
The S3 bucket name for event payload delivery.
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_arn ⇒ String
The ARN of the SNS topic for job notifications.
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 |