Class: Aws::BedrockAgentCoreControl::Types::ModifyInvocationConfigurationInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#payload_delivery_bucket_nameString

The updated S3 bucket name for event payload delivery.

Returns:

  • (String)


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_arnString

The updated ARN of the SNS topic for job notifications.

Returns:

  • (String)


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