Class: Aws::BedrockAgent::Types::CreateAgentAliasRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentAliasRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Create Agent Alias Request
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #agent_alias_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name for a resource. 
- 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Id generated at the server side when an Agent is created. 
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Client specified token used for idempotency checks. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Description of the Resource. 
- 
  
    
      #routing_configuration  ⇒ Array<Types::AgentAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Routing configuration for an Agent alias. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A map of tag keys and values. 
Instance Attribute Details
#agent_alias_name ⇒ String
Name for a resource.
| 854 855 856 857 858 859 860 861 862 863 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 854 class CreateAgentAliasRequest < Struct.new( :agent_id, :agent_alias_name, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#agent_id ⇒ String
Id generated at the server side when an Agent is created
| 854 855 856 857 858 859 860 861 862 863 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 854 class CreateAgentAliasRequest < Struct.new( :agent_id, :agent_alias_name, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#client_token ⇒ String
Client specified token used for idempotency checks
**A suitable default value is auto-generated.** You should normally not need to pass this option.
| 854 855 856 857 858 859 860 861 862 863 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 854 class CreateAgentAliasRequest < Struct.new( :agent_id, :agent_alias_name, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
Description of the Resource.
| 854 855 856 857 858 859 860 861 862 863 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 854 class CreateAgentAliasRequest < Struct.new( :agent_id, :agent_alias_name, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Routing configuration for an Agent alias.
| 854 855 856 857 858 859 860 861 862 863 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 854 class CreateAgentAliasRequest < Struct.new( :agent_id, :agent_alias_name, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
A map of tag keys and values
| 854 855 856 857 858 859 860 861 862 863 | # File 'lib/aws-sdk-bedrockagent/types.rb', line 854 class CreateAgentAliasRequest < Struct.new( :agent_id, :agent_alias_name, :client_token, :description, :routing_configuration, :tags) SENSITIVE = [] include Aws::Structure end |