Class: Aws::BedrockAgent::Types::CreateAgentAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_nameString

The name of the alias.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1096

class CreateAgentAliasRequest < Struct.new(
  :agent_alias_name,
  :agent_id,
  :client_token,
  :description,
  :routing_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#agent_idString

The unique identifier of the agent.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1096

class CreateAgentAliasRequest < Struct.new(
  :agent_alias_name,
  :agent_id,
  :client_token,
  :description,
  :routing_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1096

class CreateAgentAliasRequest < Struct.new(
  :agent_alias_name,
  :agent_id,
  :client_token,
  :description,
  :routing_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the alias of the agent.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1096

class CreateAgentAliasRequest < Struct.new(
  :agent_alias_name,
  :agent_id,
  :client_token,
  :description,
  :routing_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configurationArray<Types::AgentAliasRoutingConfigurationListItem>

Contains details about the routing configuration of the alias.



1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1096

class CreateAgentAliasRequest < Struct.new(
  :agent_alias_name,
  :agent_id,
  :client_token,
  :description,
  :routing_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Any tags that you want to attach to the alias of the agent.

Returns:

  • (Hash<String,String>)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1096

class CreateAgentAliasRequest < Struct.new(
  :agent_alias_name,
  :agent_id,
  :client_token,
  :description,
  :routing_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end