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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1079

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)


1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1079

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.

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html

Returns:

  • (String)


1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1079

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)


1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1079

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.



1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1079

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>)


1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1079

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