Class: Aws::BedrockAgentCoreControl::Types::ModifyInvocationConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ModifyInvocationConfigurationInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration for updating invocation settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload_delivery_bucket_name ⇒ String
The updated S3 bucket name for event payload delivery.
-
#topic_arn ⇒ String
The updated ARN of the SNS topic for job notifications.
Instance Attribute Details
#payload_delivery_bucket_name ⇒ String
The updated S3 bucket name for event payload delivery.
4177 4178 4179 4180 4181 4182 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4177 class ModifyInvocationConfigurationInput < Struct.new( :topic_arn, :payload_delivery_bucket_name) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The updated ARN of the SNS topic for job notifications.
4177 4178 4179 4180 4181 4182 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4177 class ModifyInvocationConfigurationInput < Struct.new( :topic_arn, :payload_delivery_bucket_name) SENSITIVE = [] include Aws::Structure end |