Class: Aws::BedrockAgent::Types::CreateAgentAliasRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::CreateAgentAliasRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_alias_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the alias.
 - 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the agent.
 - 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the alias of the agent.
 - 
  
    
      #routing_configuration  ⇒ Array<Types::AgentAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the routing configuration of the alias.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags that you want to attach to the alias of the agent.
 
Instance Attribute Details
#agent_alias_name ⇒ String
The name of the alias.
      1117 1118 1119 1120 1121 1122 1123 1124 1125 1126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1117 class CreateAgentAliasRequest < Struct.new( :agent_alias_name, :agent_id, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_id ⇒ String
The unique identifier of the agent.
      1117 1118 1119 1120 1121 1122 1123 1124 1125 1126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1117 class CreateAgentAliasRequest < Struct.new( :agent_alias_name, :agent_id, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#client_token ⇒ String
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
      1117 1118 1119 1120 1121 1122 1123 1124 1125 1126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1117 class CreateAgentAliasRequest < Struct.new( :agent_alias_name, :agent_id, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the alias of the agent.
      1117 1118 1119 1120 1121 1122 1123 1124 1125 1126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1117 class CreateAgentAliasRequest < Struct.new( :agent_alias_name, :agent_id, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the routing configuration of the alias.
      1117 1118 1119 1120 1121 1122 1123 1124 1125 1126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1117 class CreateAgentAliasRequest < Struct.new( :agent_alias_name, :agent_id, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
Any tags that you want to attach to the alias of the agent.
      1117 1118 1119 1120 1121 1122 1123 1124 1125 1126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1117 class CreateAgentAliasRequest < Struct.new( :agent_alias_name, :agent_id, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end  |