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)


6936
6937
6938
6939
6940
6941
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6936

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)


6936
6937
6938
6939
6940
6941
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6936

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