1. Packages
  2. AWS Native
  3. API Docs
  4. bedrock
  5. AgentAlias

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.bedrock.AgentAlias

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Definition of AWS::Bedrock::AgentAlias Resource Type

    Create AgentAlias Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AgentAlias(name: string, args: AgentAliasArgs, opts?: CustomResourceOptions);
    @overload
    def AgentAlias(resource_name: str,
                   args: AgentAliasArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def AgentAlias(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   agent_id: Optional[str] = None,
                   agent_alias_name: Optional[str] = None,
                   description: Optional[str] = None,
                   routing_configuration: Optional[Sequence[AgentAliasRoutingConfigurationListItemArgs]] = None,
                   tags: Optional[Mapping[str, str]] = None)
    func NewAgentAlias(ctx *Context, name string, args AgentAliasArgs, opts ...ResourceOption) (*AgentAlias, error)
    public AgentAlias(string name, AgentAliasArgs args, CustomResourceOptions? opts = null)
    public AgentAlias(String name, AgentAliasArgs args)
    public AgentAlias(String name, AgentAliasArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrock:AgentAlias
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AgentAliasArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AgentAliasArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AgentAliasArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AgentAliasArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AgentAliasArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const agentAliasResource = new aws_native.bedrock.AgentAlias("agentAliasResource", {
        agentId: "string",
        agentAliasName: "string",
        description: "string",
        routingConfiguration: [{
            agentVersion: "string",
        }],
        tags: {
            string: "string",
        },
    });
    
    Coming soon!
    

    AgentAlias Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The AgentAlias resource accepts the following input properties:

    AgentId string
    Identifier for a resource.
    AgentAliasName string
    Name for a resource.
    Description string
    Description of the Resource.
    RoutingConfiguration List<Pulumi.AwsNative.Bedrock.Inputs.AgentAliasRoutingConfigurationListItem>
    Routing configuration for an Agent alias.
    Tags Dictionary<string, string>
    AgentId string
    Identifier for a resource.
    AgentAliasName string
    Name for a resource.
    Description string
    Description of the Resource.
    RoutingConfiguration []AgentAliasRoutingConfigurationListItemArgs
    Routing configuration for an Agent alias.
    Tags map[string]string
    agentId String
    Identifier for a resource.
    agentAliasName String
    Name for a resource.
    description String
    Description of the Resource.
    routingConfiguration List<AgentAliasRoutingConfigurationListItem>
    Routing configuration for an Agent alias.
    tags Map<String,String>
    agentId string
    Identifier for a resource.
    agentAliasName string
    Name for a resource.
    description string
    Description of the Resource.
    routingConfiguration AgentAliasRoutingConfigurationListItem[]
    Routing configuration for an Agent alias.
    tags {[key: string]: string}
    agent_id str
    Identifier for a resource.
    agent_alias_name str
    Name for a resource.
    description str
    Description of the Resource.
    routing_configuration Sequence[AgentAliasRoutingConfigurationListItemArgs]
    Routing configuration for an Agent alias.
    tags Mapping[str, str]
    agentId String
    Identifier for a resource.
    agentAliasName String
    Name for a resource.
    description String
    Description of the Resource.
    routingConfiguration List<Property Map>
    Routing configuration for an Agent alias.
    tags Map<String>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AgentAlias resource produces the following output properties:

    AgentAliasArn string
    Arn representation of the Agent Alias.
    AgentAliasHistoryEvents List<Pulumi.AwsNative.Bedrock.Outputs.AgentAliasHistoryEvent>
    The list of history events for an alias for an Agent.
    AgentAliasId string
    Id for an Agent Alias generated at the server side.
    AgentAliasStatus Pulumi.AwsNative.Bedrock.AgentAliasStatus
    CreatedAt string
    Time Stamp.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    Time Stamp.
    AgentAliasArn string
    Arn representation of the Agent Alias.
    AgentAliasHistoryEvents []AgentAliasHistoryEvent
    The list of history events for an alias for an Agent.
    AgentAliasId string
    Id for an Agent Alias generated at the server side.
    AgentAliasStatus AgentAliasStatus
    CreatedAt string
    Time Stamp.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    Time Stamp.
    agentAliasArn String
    Arn representation of the Agent Alias.
    agentAliasHistoryEvents List<AgentAliasHistoryEvent>
    The list of history events for an alias for an Agent.
    agentAliasId String
    Id for an Agent Alias generated at the server side.
    agentAliasStatus AgentAliasStatus
    createdAt String
    Time Stamp.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    Time Stamp.
    agentAliasArn string
    Arn representation of the Agent Alias.
    agentAliasHistoryEvents AgentAliasHistoryEvent[]
    The list of history events for an alias for an Agent.
    agentAliasId string
    Id for an Agent Alias generated at the server side.
    agentAliasStatus AgentAliasStatus
    createdAt string
    Time Stamp.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    Time Stamp.
    agent_alias_arn str
    Arn representation of the Agent Alias.
    agent_alias_history_events Sequence[AgentAliasHistoryEvent]
    The list of history events for an alias for an Agent.
    agent_alias_id str
    Id for an Agent Alias generated at the server side.
    agent_alias_status AgentAliasStatus
    created_at str
    Time Stamp.
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    Time Stamp.
    agentAliasArn String
    Arn representation of the Agent Alias.
    agentAliasHistoryEvents List<Property Map>
    The list of history events for an alias for an Agent.
    agentAliasId String
    Id for an Agent Alias generated at the server side.
    agentAliasStatus "CREATING" | "PREPARED" | "FAILED" | "UPDATING" | "DELETING"
    createdAt String
    Time Stamp.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    Time Stamp.

    Supporting Types

    AgentAliasHistoryEvent, AgentAliasHistoryEventArgs

    EndDate string
    Time Stamp.
    RoutingConfiguration List<Pulumi.AwsNative.Bedrock.Inputs.AgentAliasRoutingConfigurationListItem>
    Routing configuration for an Agent alias.
    StartDate string
    Time Stamp.
    EndDate string
    Time Stamp.
    RoutingConfiguration []AgentAliasRoutingConfigurationListItem
    Routing configuration for an Agent alias.
    StartDate string
    Time Stamp.
    endDate String
    Time Stamp.
    routingConfiguration List<AgentAliasRoutingConfigurationListItem>
    Routing configuration for an Agent alias.
    startDate String
    Time Stamp.
    endDate string
    Time Stamp.
    routingConfiguration AgentAliasRoutingConfigurationListItem[]
    Routing configuration for an Agent alias.
    startDate string
    Time Stamp.
    end_date str
    Time Stamp.
    routing_configuration Sequence[AgentAliasRoutingConfigurationListItem]
    Routing configuration for an Agent alias.
    start_date str
    Time Stamp.
    endDate String
    Time Stamp.
    routingConfiguration List<Property Map>
    Routing configuration for an Agent alias.
    startDate String
    Time Stamp.

    AgentAliasRoutingConfigurationListItem, AgentAliasRoutingConfigurationListItemArgs

    AgentVersion string
    Agent Version.
    AgentVersion string
    Agent Version.
    agentVersion String
    Agent Version.
    agentVersion string
    Agent Version.
    agent_version str
    Agent Version.
    agentVersion String
    Agent Version.

    AgentAliasStatus, AgentAliasStatusArgs

    Creating
    CREATING
    Prepared
    PREPARED
    Failed
    FAILED
    Updating
    UPDATING
    Deleting
    DELETING
    AgentAliasStatusCreating
    CREATING
    AgentAliasStatusPrepared
    PREPARED
    AgentAliasStatusFailed
    FAILED
    AgentAliasStatusUpdating
    UPDATING
    AgentAliasStatusDeleting
    DELETING
    Creating
    CREATING
    Prepared
    PREPARED
    Failed
    FAILED
    Updating
    UPDATING
    Deleting
    DELETING
    Creating
    CREATING
    Prepared
    PREPARED
    Failed
    FAILED
    Updating
    UPDATING
    Deleting
    DELETING
    CREATING
    CREATING
    PREPARED
    PREPARED
    FAILED
    FAILED
    UPDATING
    UPDATING
    DELETING
    DELETING
    "CREATING"
    CREATING
    "PREPARED"
    PREPARED
    "FAILED"
    FAILED
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi