We recommend new projects start with resources from the AWS provider.
aws-native.bedrock.getAgent
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Bedrock::Agent Resource Type
Using getAgent
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgent(args: GetAgentArgs, opts?: InvokeOptions): Promise<GetAgentResult>
function getAgentOutput(args: GetAgentOutputArgs, opts?: InvokeOptions): Output<GetAgentResult>def get_agent(agent_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetAgentResult
def get_agent_output(agent_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetAgentResult]func LookupAgent(ctx *Context, args *LookupAgentArgs, opts ...InvokeOption) (*LookupAgentResult, error)
func LookupAgentOutput(ctx *Context, args *LookupAgentOutputArgs, opts ...InvokeOption) LookupAgentResultOutput> Note: This function is named LookupAgent in the Go SDK.
public static class GetAgent 
{
    public static Task<GetAgentResult> InvokeAsync(GetAgentArgs args, InvokeOptions? opts = null)
    public static Output<GetAgentResult> Invoke(GetAgentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAgentResult> getAgent(GetAgentArgs args, InvokeOptions options)
public static Output<GetAgentResult> getAgent(GetAgentArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:bedrock:getAgent
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AgentId string
- Identifier for a resource.
- AgentId string
- Identifier for a resource.
- agentId String
- Identifier for a resource.
- agentId string
- Identifier for a resource.
- agent_id str
- Identifier for a resource.
- agentId String
- Identifier for a resource.
getAgent Result
The following output properties are available:
- ActionGroups List<Pulumi.Aws Native. Bedrock. Outputs. Agent Action Group> 
- List of ActionGroups
- AgentArn string
- Arn representation of the Agent.
- AgentCollaboration Pulumi.Aws Native. Bedrock. Agent Collaboration 
- The agent's collaboration settings.
- AgentCollaborators List<Pulumi.Aws Native. Bedrock. Outputs. Agent Collaborator> 
- List of Agent Collaborators
- AgentId string
- Identifier for a resource.
- AgentName string
- Name for a resource.
- AgentResource stringRole Arn 
- ARN of a IAM role.
- AgentStatus Pulumi.Aws Native. Bedrock. Agent Status 
- The status of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent is being created.
- PREPARING – The agent is being prepared.
- PREPARED – The agent is prepared and ready to be invoked.
- NOT_PREPARED – The agent has been created but not yet prepared.
- FAILED – The agent API operation failed.
- UPDATING – The agent is being updated.
- DELETING – The agent is being deleted.
 
- AgentVersion string
- Draft Agent Version.
- CreatedAt string
- Time Stamp.
- CustomOrchestration Pulumi.Aws Native. Bedrock. Outputs. Agent Custom Orchestration 
- Contains custom orchestration configurations for the agent.
- CustomerEncryption stringKey Arn 
- A KMS key ARN
- Description string
- Description of the Resource.
- FailureReasons List<string>
- Failure Reasons for Error.
- FoundationModel string
- The foundation model used for orchestration by the agent.
- GuardrailConfiguration Pulumi.Aws Native. Bedrock. Outputs. Agent Guardrail Configuration 
- Details about the guardrail associated with the agent.
- IdleSession doubleTtl In Seconds 
- Max Session Time.
- Instruction string
- Instruction for the agent.
- KnowledgeBases List<Pulumi.Aws Native. Bedrock. Outputs. Agent Knowledge Base> 
- List of Agent Knowledge Bases
- MemoryConfiguration Pulumi.Aws Native. Bedrock. Outputs. Agent Memory Configuration 
- Contains memory configuration for the agent.
- OrchestrationType Pulumi.Aws Native. Bedrock. Agent Orchestration Type 
- Specifies the orchestration strategy for the agent.
- PreparedAt string
- Time Stamp.
- PromptOverride Pulumi.Configuration Aws Native. Bedrock. Outputs. Agent Prompt Override Configuration 
- Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts .
- RecommendedActions List<string>
- The recommended actions users can take to resolve an error in failureReasons.
- Dictionary<string, string>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Dictionary<string, string>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- UpdatedAt string
- Time Stamp.
- ActionGroups []AgentAction Group 
- List of ActionGroups
- AgentArn string
- Arn representation of the Agent.
- AgentCollaboration AgentCollaboration 
- The agent's collaboration settings.
- AgentCollaborators []AgentCollaborator 
- List of Agent Collaborators
- AgentId string
- Identifier for a resource.
- AgentName string
- Name for a resource.
- AgentResource stringRole Arn 
- ARN of a IAM role.
- AgentStatus AgentStatus 
- The status of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent is being created.
- PREPARING – The agent is being prepared.
- PREPARED – The agent is prepared and ready to be invoked.
- NOT_PREPARED – The agent has been created but not yet prepared.
- FAILED – The agent API operation failed.
- UPDATING – The agent is being updated.
- DELETING – The agent is being deleted.
 
- AgentVersion string
- Draft Agent Version.
- CreatedAt string
- Time Stamp.
- CustomOrchestration AgentCustom Orchestration 
- Contains custom orchestration configurations for the agent.
- CustomerEncryption stringKey Arn 
- A KMS key ARN
- Description string
- Description of the Resource.
- FailureReasons []string
- Failure Reasons for Error.
- FoundationModel string
- The foundation model used for orchestration by the agent.
- GuardrailConfiguration AgentGuardrail Configuration 
- Details about the guardrail associated with the agent.
- IdleSession float64Ttl In Seconds 
- Max Session Time.
- Instruction string
- Instruction for the agent.
- KnowledgeBases []AgentKnowledge Base 
- List of Agent Knowledge Bases
- MemoryConfiguration AgentMemory Configuration 
- Contains memory configuration for the agent.
- OrchestrationType AgentOrchestration Type 
- Specifies the orchestration strategy for the agent.
- PreparedAt string
- Time Stamp.
- PromptOverride AgentConfiguration Prompt Override Configuration 
- Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts .
- RecommendedActions []string
- The recommended actions users can take to resolve an error in failureReasons.
- map[string]string
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- map[string]string
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- UpdatedAt string
- Time Stamp.
- actionGroups List<AgentAction Group> 
- List of ActionGroups
- agentArn String
- Arn representation of the Agent.
- agentCollaboration AgentCollaboration 
- The agent's collaboration settings.
- agentCollaborators List<AgentCollaborator> 
- List of Agent Collaborators
- agentId String
- Identifier for a resource.
- agentName String
- Name for a resource.
- agentResource StringRole Arn 
- ARN of a IAM role.
- agentStatus AgentStatus 
- The status of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent is being created.
- PREPARING – The agent is being prepared.
- PREPARED – The agent is prepared and ready to be invoked.
- NOT_PREPARED – The agent has been created but not yet prepared.
- FAILED – The agent API operation failed.
- UPDATING – The agent is being updated.
- DELETING – The agent is being deleted.
 
- agentVersion String
- Draft Agent Version.
- createdAt String
- Time Stamp.
- customOrchestration AgentCustom Orchestration 
- Contains custom orchestration configurations for the agent.
- customerEncryption StringKey Arn 
- A KMS key ARN
- description String
- Description of the Resource.
- failureReasons List<String>
- Failure Reasons for Error.
- foundationModel String
- The foundation model used for orchestration by the agent.
- guardrailConfiguration AgentGuardrail Configuration 
- Details about the guardrail associated with the agent.
- idleSession DoubleTtl In Seconds 
- Max Session Time.
- instruction String
- Instruction for the agent.
- knowledgeBases List<AgentKnowledge Base> 
- List of Agent Knowledge Bases
- memoryConfiguration AgentMemory Configuration 
- Contains memory configuration for the agent.
- orchestrationType AgentOrchestration Type 
- Specifies the orchestration strategy for the agent.
- preparedAt String
- Time Stamp.
- promptOverride AgentConfiguration Prompt Override Configuration 
- Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts .
- recommendedActions List<String>
- The recommended actions users can take to resolve an error in failureReasons.
- Map<String,String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Map<String,String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updatedAt String
- Time Stamp.
- actionGroups AgentAction Group[] 
- List of ActionGroups
- agentArn string
- Arn representation of the Agent.
- agentCollaboration AgentCollaboration 
- The agent's collaboration settings.
- agentCollaborators AgentCollaborator[] 
- List of Agent Collaborators
- agentId string
- Identifier for a resource.
- agentName string
- Name for a resource.
- agentResource stringRole Arn 
- ARN of a IAM role.
- agentStatus AgentStatus 
- The status of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent is being created.
- PREPARING – The agent is being prepared.
- PREPARED – The agent is prepared and ready to be invoked.
- NOT_PREPARED – The agent has been created but not yet prepared.
- FAILED – The agent API operation failed.
- UPDATING – The agent is being updated.
- DELETING – The agent is being deleted.
 
- agentVersion string
- Draft Agent Version.
- createdAt string
- Time Stamp.
- customOrchestration AgentCustom Orchestration 
- Contains custom orchestration configurations for the agent.
- customerEncryption stringKey Arn 
- A KMS key ARN
- description string
- Description of the Resource.
- failureReasons string[]
- Failure Reasons for Error.
- foundationModel string
- The foundation model used for orchestration by the agent.
- guardrailConfiguration AgentGuardrail Configuration 
- Details about the guardrail associated with the agent.
- idleSession numberTtl In Seconds 
- Max Session Time.
- instruction string
- Instruction for the agent.
- knowledgeBases AgentKnowledge Base[] 
- List of Agent Knowledge Bases
- memoryConfiguration AgentMemory Configuration 
- Contains memory configuration for the agent.
- orchestrationType AgentOrchestration Type 
- Specifies the orchestration strategy for the agent.
- preparedAt string
- Time Stamp.
- promptOverride AgentConfiguration Prompt Override Configuration 
- Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts .
- recommendedActions string[]
- The recommended actions users can take to resolve an error in failureReasons.
- {[key: string]: string}
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- {[key: string]: string}
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updatedAt string
- Time Stamp.
- action_groups Sequence[AgentAction Group] 
- List of ActionGroups
- agent_arn str
- Arn representation of the Agent.
- agent_collaboration AgentCollaboration 
- The agent's collaboration settings.
- agent_collaborators Sequence[AgentCollaborator] 
- List of Agent Collaborators
- agent_id str
- Identifier for a resource.
- agent_name str
- Name for a resource.
- agent_resource_ strrole_ arn 
- ARN of a IAM role.
- agent_status AgentStatus 
- The status of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent is being created.
- PREPARING – The agent is being prepared.
- PREPARED – The agent is prepared and ready to be invoked.
- NOT_PREPARED – The agent has been created but not yet prepared.
- FAILED – The agent API operation failed.
- UPDATING – The agent is being updated.
- DELETING – The agent is being deleted.
 
- agent_version str
- Draft Agent Version.
- created_at str
- Time Stamp.
- custom_orchestration AgentCustom Orchestration 
- Contains custom orchestration configurations for the agent.
- customer_encryption_ strkey_ arn 
- A KMS key ARN
- description str
- Description of the Resource.
- failure_reasons Sequence[str]
- Failure Reasons for Error.
- foundation_model str
- The foundation model used for orchestration by the agent.
- guardrail_configuration AgentGuardrail Configuration 
- Details about the guardrail associated with the agent.
- idle_session_ floatttl_ in_ seconds 
- Max Session Time.
- instruction str
- Instruction for the agent.
- knowledge_bases Sequence[AgentKnowledge Base] 
- List of Agent Knowledge Bases
- memory_configuration AgentMemory Configuration 
- Contains memory configuration for the agent.
- orchestration_type AgentOrchestration Type 
- Specifies the orchestration strategy for the agent.
- prepared_at str
- Time Stamp.
- prompt_override_ Agentconfiguration Prompt Override Configuration 
- Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts .
- recommended_actions Sequence[str]
- The recommended actions users can take to resolve an error in failureReasons.
- Mapping[str, str]
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Mapping[str, str]
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated_at str
- Time Stamp.
- actionGroups List<Property Map>
- List of ActionGroups
- agentArn String
- Arn representation of the Agent.
- agentCollaboration "DISABLED" | "SUPERVISOR" | "SUPERVISOR_ROUTER"
- The agent's collaboration settings.
- agentCollaborators List<Property Map>
- List of Agent Collaborators
- agentId String
- Identifier for a resource.
- agentName String
- Name for a resource.
- agentResource StringRole Arn 
- ARN of a IAM role.
- agentStatus "CREATING" | "PREPARING" | "PREPARED" | "NOT_PREPARED" | "DELETING" | "FAILED" | "VERSIONING" | "UPDATING"
- The status of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent is being created.
- PREPARING – The agent is being prepared.
- PREPARED – The agent is prepared and ready to be invoked.
- NOT_PREPARED – The agent has been created but not yet prepared.
- FAILED – The agent API operation failed.
- UPDATING – The agent is being updated.
- DELETING – The agent is being deleted.
 
- agentVersion String
- Draft Agent Version.
- createdAt String
- Time Stamp.
- customOrchestration Property Map
- Contains custom orchestration configurations for the agent.
- customerEncryption StringKey Arn 
- A KMS key ARN
- description String
- Description of the Resource.
- failureReasons List<String>
- Failure Reasons for Error.
- foundationModel String
- The foundation model used for orchestration by the agent.
- guardrailConfiguration Property Map
- Details about the guardrail associated with the agent.
- idleSession NumberTtl In Seconds 
- Max Session Time.
- instruction String
- Instruction for the agent.
- knowledgeBases List<Property Map>
- List of Agent Knowledge Bases
- memoryConfiguration Property Map
- Contains memory configuration for the agent.
- orchestrationType "DEFAULT" | "CUSTOM_ORCHESTRATION"
- Specifies the orchestration strategy for the agent.
- preparedAt String
- Time Stamp.
- promptOverride Property MapConfiguration 
- Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts .
- recommendedActions List<String>
- The recommended actions users can take to resolve an error in failureReasons.
- Map<String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Map<String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updatedAt String
- Time Stamp.
Supporting Types
AgentActionGroup  
- ActionGroup stringName 
- Name of the action group
- ActionGroup Pulumi.Executor Aws | Pulumi.Native. Bedrock. Inputs. Agent Action Group Executor0Properties Aws Native. Bedrock. Inputs. Agent Action Group Executor1Properties 
- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
- ActionGroup Pulumi.State Aws Native. Bedrock. Agent Action Group State 
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- ApiSchema Pulumi.Aws | Pulumi.Native. Bedrock. Inputs. Agent Api Schema0Properties Aws Native. Bedrock. Inputs. Agent Api Schema1Properties 
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas .
- Description string
- Description of action group
- FunctionSchema Pulumi.Aws Native. Bedrock. Inputs. Agent Function Schema 
- Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
- ParentAction Pulumi.Group Signature Aws Native. Bedrock. Agent Action Group Signature 
- If this field is set as - AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The- description,- apiSchema, and- actionGroupExecutorfields must be blank for this action group.- During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information. 
- SkipResource boolIn Use Check On Delete 
- Specifies whether to allow deleting action group while it is in use.
- ActionGroup stringName 
- Name of the action group
- ActionGroup AgentExecutor Action | AgentGroup Executor0Properties Action Group Executor1Properties 
- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
- ActionGroup AgentState Action Group State 
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- ApiSchema AgentApi | AgentSchema0Properties Api Schema1Properties 
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas .
- Description string
- Description of action group
- FunctionSchema AgentFunction Schema 
- Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
- ParentAction AgentGroup Signature Action Group Signature 
- If this field is set as - AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The- description,- apiSchema, and- actionGroupExecutorfields must be blank for this action group.- During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information. 
- SkipResource boolIn Use Check On Delete 
- Specifies whether to allow deleting action group while it is in use.
- actionGroup StringName 
- Name of the action group
- actionGroup AgentExecutor Action | AgentGroup Executor0Properties Action Group Executor1Properties 
- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
- actionGroup AgentState Action Group State 
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- apiSchema AgentApi | AgentSchema0Properties Api Schema1Properties 
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas .
- description String
- Description of action group
- functionSchema AgentFunction Schema 
- Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
- parentAction AgentGroup Signature Action Group Signature 
- If this field is set as - AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The- description,- apiSchema, and- actionGroupExecutorfields must be blank for this action group.- During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information. 
- skipResource BooleanIn Use Check On Delete 
- Specifies whether to allow deleting action group while it is in use.
- actionGroup stringName 
- Name of the action group
- actionGroup AgentExecutor Action | AgentGroup Executor0Properties Action Group Executor1Properties 
- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
- actionGroup AgentState Action Group State 
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- apiSchema AgentApi | AgentSchema0Properties Api Schema1Properties 
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas .
- description string
- Description of action group
- functionSchema AgentFunction Schema 
- Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
- parentAction AgentGroup Signature Action Group Signature 
- If this field is set as - AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The- description,- apiSchema, and- actionGroupExecutorfields must be blank for this action group.- During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information. 
- skipResource booleanIn Use Check On Delete 
- Specifies whether to allow deleting action group while it is in use.
- action_group_ strname 
- Name of the action group
- action_group_ Agentexecutor Action | AgentGroup Executor0Properties Action Group Executor1Properties 
- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
- action_group_ Agentstate Action Group State 
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- api_schema AgentApi | AgentSchema0Properties Api Schema1Properties 
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas .
- description str
- Description of action group
- function_schema AgentFunction Schema 
- Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
- parent_action_ Agentgroup_ signature Action Group Signature 
- If this field is set as - AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The- description,- apiSchema, and- actionGroupExecutorfields must be blank for this action group.- During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information. 
- skip_resource_ boolin_ use_ check_ on_ delete 
- Specifies whether to allow deleting action group while it is in use.
- actionGroup StringName 
- Name of the action group
- actionGroup Property Map | Property MapExecutor 
- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
- actionGroup "ENABLED" | "DISABLED"State 
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- apiSchema Property Map | Property Map
- Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas .
- description String
- Description of action group
- functionSchema Property Map
- Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
- parentAction "AMAZON.Group Signature User Input" | "AMAZON. Code Interpreter" 
- If this field is set as - AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The- description,- apiSchema, and- actionGroupExecutorfields must be blank for this action group.- During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information. 
- skipResource BooleanIn Use Check On Delete 
- Specifies whether to allow deleting action group while it is in use.
AgentActionGroupExecutor0Properties   
- Lambda string
- ARN of a Lambda.
- Lambda string
- ARN of a Lambda.
- lambda String
- ARN of a Lambda.
- lambda string
- ARN of a Lambda.
- lambda_ str
- ARN of a Lambda.
- lambda String
- ARN of a Lambda.
AgentActionGroupExecutor1Properties   
AgentActionGroupSignature   
AgentActionGroupState   
AgentApiSchema0Properties  
AgentApiSchema1Properties  
- Payload string
- String OpenAPI Payload
- Payload string
- String OpenAPI Payload
- payload String
- String OpenAPI Payload
- payload string
- String OpenAPI Payload
- payload str
- String OpenAPI Payload
- payload String
- String OpenAPI Payload
AgentCollaboration 
AgentCollaborator 
- AgentDescriptor Pulumi.Aws Native. Bedrock. Inputs. Agent Collaborator Agent Descriptor Properties 
- Agent descriptor for agent collaborator
- CollaborationInstruction string
- Agent collaborator instruction
- CollaboratorName string
- Agent collaborator name
- RelayConversation Pulumi.History Aws Native. Bedrock. Agent Relay Conversation History 
- The collaborator's relay conversation history.
- AgentDescriptor AgentCollaborator Agent Descriptor Properties 
- Agent descriptor for agent collaborator
- CollaborationInstruction string
- Agent collaborator instruction
- CollaboratorName string
- Agent collaborator name
- RelayConversation AgentHistory Relay Conversation History 
- The collaborator's relay conversation history.
- agentDescriptor AgentCollaborator Agent Descriptor Properties 
- Agent descriptor for agent collaborator
- collaborationInstruction String
- Agent collaborator instruction
- collaboratorName String
- Agent collaborator name
- relayConversation AgentHistory Relay Conversation History 
- The collaborator's relay conversation history.
- agentDescriptor AgentCollaborator Agent Descriptor Properties 
- Agent descriptor for agent collaborator
- collaborationInstruction string
- Agent collaborator instruction
- collaboratorName string
- Agent collaborator name
- relayConversation AgentHistory Relay Conversation History 
- The collaborator's relay conversation history.
- agent_descriptor AgentCollaborator Agent Descriptor Properties 
- Agent descriptor for agent collaborator
- collaboration_instruction str
- Agent collaborator instruction
- collaborator_name str
- Agent collaborator name
- relay_conversation_ Agenthistory Relay Conversation History 
- The collaborator's relay conversation history.
- agentDescriptor Property Map
- Agent descriptor for agent collaborator
- collaborationInstruction String
- Agent collaborator instruction
- collaboratorName String
- Agent collaborator name
- relayConversation "TO_COLLABORATOR" | "DISABLED"History 
- The collaborator's relay conversation history.
AgentCollaboratorAgentDescriptorProperties    
- AliasArn string
- Alias ARN for agent descriptor
- AliasArn string
- Alias ARN for agent descriptor
- aliasArn String
- Alias ARN for agent descriptor
- aliasArn string
- Alias ARN for agent descriptor
- alias_arn str
- Alias ARN for agent descriptor
- aliasArn String
- Alias ARN for agent descriptor
AgentCreationMode  
AgentCustomControlMethod   
AgentCustomOrchestration  
- Executor
Pulumi.Aws Native. Bedrock. Inputs. Agent Orchestration Executor 
- The structure of the executor invoking the actions in custom orchestration.
- Executor
AgentOrchestration Executor 
- The structure of the executor invoking the actions in custom orchestration.
- executor
AgentOrchestration Executor 
- The structure of the executor invoking the actions in custom orchestration.
- executor
AgentOrchestration Executor 
- The structure of the executor invoking the actions in custom orchestration.
- executor
AgentOrchestration Executor 
- The structure of the executor invoking the actions in custom orchestration.
- executor Property Map
- The structure of the executor invoking the actions in custom orchestration.
AgentFunction 
- Name string
- Name for a resource.
- Description string
- Description of function
- Parameters
Dictionary<string, Pulumi.Aws Native. Bedrock. Inputs. Agent Parameter Detail> 
- The parameters that the agent elicits from the user to fulfill the function.
- RequireConfirmation Pulumi.Aws Native. Bedrock. Agent Require Confirmation 
- Contains information if user confirmation is required to invoke the function.
- Name string
- Name for a resource.
- Description string
- Description of function
- Parameters
map[string]AgentParameter Detail 
- The parameters that the agent elicits from the user to fulfill the function.
- RequireConfirmation AgentRequire Confirmation 
- Contains information if user confirmation is required to invoke the function.
- name String
- Name for a resource.
- description String
- Description of function
- parameters
Map<String,AgentParameter Detail> 
- The parameters that the agent elicits from the user to fulfill the function.
- requireConfirmation AgentRequire Confirmation 
- Contains information if user confirmation is required to invoke the function.
- name string
- Name for a resource.
- description string
- Description of function
- parameters
{[key: string]: AgentParameter Detail} 
- The parameters that the agent elicits from the user to fulfill the function.
- requireConfirmation AgentRequire Confirmation 
- Contains information if user confirmation is required to invoke the function.
- name str
- Name for a resource.
- description str
- Description of function
- parameters
Mapping[str, AgentParameter Detail] 
- The parameters that the agent elicits from the user to fulfill the function.
- require_confirmation AgentRequire Confirmation 
- Contains information if user confirmation is required to invoke the function.
- name String
- Name for a resource.
- description String
- Description of function
- parameters Map<Property Map>
- The parameters that the agent elicits from the user to fulfill the function.
- requireConfirmation "ENABLED" | "DISABLED"
- Contains information if user confirmation is required to invoke the function.
AgentFunctionSchema  
- Functions
List<Pulumi.Aws Native. Bedrock. Inputs. Agent Function> 
- List of Function definitions
- Functions
[]AgentFunction 
- List of Function definitions
- functions
List<AgentFunction> 
- List of Function definitions
- functions
AgentFunction[] 
- List of Function definitions
- functions
Sequence[AgentFunction] 
- List of Function definitions
- functions List<Property Map>
- List of Function definitions
AgentGuardrailConfiguration  
- GuardrailIdentifier string
- Identifier for the guardrail, could be the id or the arn
- GuardrailVersion string
- Version of the guardrail
- GuardrailIdentifier string
- Identifier for the guardrail, could be the id or the arn
- GuardrailVersion string
- Version of the guardrail
- guardrailIdentifier String
- Identifier for the guardrail, could be the id or the arn
- guardrailVersion String
- Version of the guardrail
- guardrailIdentifier string
- Identifier for the guardrail, could be the id or the arn
- guardrailVersion string
- Version of the guardrail
- guardrail_identifier str
- Identifier for the guardrail, could be the id or the arn
- guardrail_version str
- Version of the guardrail
- guardrailIdentifier String
- Identifier for the guardrail, could be the id or the arn
- guardrailVersion String
- Version of the guardrail
AgentInferenceConfiguration  
- MaximumLength double
- Maximum length of output
- StopSequences List<string>
- List of stop sequences
- Temperature double
- Controls randomness, higher values increase diversity
- TopK double
- Sample from the k most likely next tokens
- TopP double
- Cumulative probability cutoff for token selection
- MaximumLength float64
- Maximum length of output
- StopSequences []string
- List of stop sequences
- Temperature float64
- Controls randomness, higher values increase diversity
- TopK float64
- Sample from the k most likely next tokens
- TopP float64
- Cumulative probability cutoff for token selection
- maximumLength Double
- Maximum length of output
- stopSequences List<String>
- List of stop sequences
- temperature Double
- Controls randomness, higher values increase diversity
- topK Double
- Sample from the k most likely next tokens
- topP Double
- Cumulative probability cutoff for token selection
- maximumLength number
- Maximum length of output
- stopSequences string[]
- List of stop sequences
- temperature number
- Controls randomness, higher values increase diversity
- topK number
- Sample from the k most likely next tokens
- topP number
- Cumulative probability cutoff for token selection
- maximum_length float
- Maximum length of output
- stop_sequences Sequence[str]
- List of stop sequences
- temperature float
- Controls randomness, higher values increase diversity
- top_k float
- Sample from the k most likely next tokens
- top_p float
- Cumulative probability cutoff for token selection
- maximumLength Number
- Maximum length of output
- stopSequences List<String>
- List of stop sequences
- temperature Number
- Controls randomness, higher values increase diversity
- topK Number
- Sample from the k most likely next tokens
- topP Number
- Cumulative probability cutoff for token selection
AgentKnowledgeBase  
- Description string
- Description of the Resource.
- KnowledgeBase stringId 
- Identifier for a resource.
- KnowledgeBase Pulumi.State Aws Native. Bedrock. Agent Knowledge Base State 
- Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
- Description string
- Description of the Resource.
- KnowledgeBase stringId 
- Identifier for a resource.
- KnowledgeBase AgentState Knowledge Base State 
- Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
- description String
- Description of the Resource.
- knowledgeBase StringId 
- Identifier for a resource.
- knowledgeBase AgentState Knowledge Base State 
- Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
- description string
- Description of the Resource.
- knowledgeBase stringId 
- Identifier for a resource.
- knowledgeBase AgentState Knowledge Base State 
- Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
- description str
- Description of the Resource.
- knowledge_base_ strid 
- Identifier for a resource.
- knowledge_base_ Agentstate Knowledge Base State 
- Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
- description String
- Description of the Resource.
- knowledgeBase StringId 
- Identifier for a resource.
- knowledgeBase "ENABLED" | "DISABLED"State 
- Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
AgentKnowledgeBaseState   
AgentMemoryConfiguration  
- EnabledMemory List<Pulumi.Types Aws Native. Bedrock. Agent Memory Type> 
- The type of memory that is stored.
- SessionSummary Pulumi.Configuration Aws Native. Bedrock. Inputs. Agent Session Summary Configuration 
- Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
- StorageDays double
- Maximum number of days to store session details
- EnabledMemory []AgentTypes Memory Type 
- The type of memory that is stored.
- SessionSummary AgentConfiguration Session Summary Configuration 
- Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
- StorageDays float64
- Maximum number of days to store session details
- enabledMemory List<AgentTypes Memory Type> 
- The type of memory that is stored.
- sessionSummary AgentConfiguration Session Summary Configuration 
- Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
- storageDays Double
- Maximum number of days to store session details
- enabledMemory AgentTypes Memory Type[] 
- The type of memory that is stored.
- sessionSummary AgentConfiguration Session Summary Configuration 
- Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
- storageDays number
- Maximum number of days to store session details
- enabled_memory_ Sequence[Agenttypes Memory Type] 
- The type of memory that is stored.
- session_summary_ Agentconfiguration Session Summary Configuration 
- Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
- storage_days float
- Maximum number of days to store session details
- enabledMemory List<"SESSION_SUMMARY">Types 
- The type of memory that is stored.
- sessionSummary Property MapConfiguration 
- Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
- storageDays Number
- Maximum number of days to store session details
AgentMemoryType  
AgentOrchestrationExecutor  
- Lambda string
- ARN of a Lambda.
- Lambda string
- ARN of a Lambda.
- lambda String
- ARN of a Lambda.
- lambda string
- ARN of a Lambda.
- lambda_ str
- ARN of a Lambda.
- lambda String
- ARN of a Lambda.
AgentOrchestrationType  
AgentParameterDetail  
- Type
Pulumi.Aws Native. Bedrock. Agent Type 
- The data type of the parameter.
- Description string
- Description of function parameter.
- Required bool
- Information about if a parameter is required for function call. Default to false.
- Type
AgentType 
- The data type of the parameter.
- Description string
- Description of function parameter.
- Required bool
- Information about if a parameter is required for function call. Default to false.
- type
AgentType 
- The data type of the parameter.
- description String
- Description of function parameter.
- required Boolean
- Information about if a parameter is required for function call. Default to false.
- type
AgentType 
- The data type of the parameter.
- description string
- Description of function parameter.
- required boolean
- Information about if a parameter is required for function call. Default to false.
- type
AgentType 
- The data type of the parameter.
- description str
- Description of function parameter.
- required bool
- Information about if a parameter is required for function call. Default to false.
- type "string" | "number" | "integer" | "boolean" | "array"
- The data type of the parameter.
- description String
- Description of function parameter.
- required Boolean
- Information about if a parameter is required for function call. Default to false.
AgentPromptConfiguration  
- AdditionalModel Pulumi.Request Fields Aws Native. Bedrock. Inputs. Agent Additional Model Request Fields 
- If the Converse or ConverseStream operations support the model, - additionalModelRequestFieldscontains additional inference parameters, beyond the base set of inference parameters in the- inferenceConfigurationfield.- For more information, see Inference request parameters and response fields for foundation models . 
- BasePrompt stringTemplate 
- Base Prompt Template.
- FoundationModel string
- The agent's foundation model.
- InferenceConfiguration Pulumi.Aws Native. Bedrock. Inputs. Agent Inference Configuration 
- Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models .
- ParserMode Pulumi.Aws Native. Bedrock. Agent Creation Mode 
- Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType. If you set the field asOVERRIDDEN, theoverrideLambdafield in the PromptOverrideConfiguration must be specified with the ARN of a Lambda function.
- PromptCreation Pulumi.Mode Aws Native. Bedrock. Agent Creation Mode 
- Specifies whether to override the default prompt template for this promptType. Set this value toOVERRIDDENto use the prompt that you provide in thebasePromptTemplate. If you leave it asDEFAULT, the agent uses a default prompt template.
- PromptState Pulumi.Aws Native. Bedrock. Agent Prompt State 
- Specifies whether to allow the inline agent to carry out the step specified in the promptType. If you set this value toDISABLED, the agent skips that step. The default state for eachpromptTypeis as follows.- PRE_PROCESSING–- ENABLED
- ORCHESTRATION–- ENABLED
- KNOWLEDGE_BASE_RESPONSE_GENERATION–- ENABLED
- POST_PROCESSING–- DISABLED
 
- PromptType Pulumi.Aws Native. Bedrock. Agent Prompt Type 
- The step in the agent sequence that this prompt configuration applies to.
- AdditionalModel AgentRequest Fields Additional Model Request Fields 
- If the Converse or ConverseStream operations support the model, - additionalModelRequestFieldscontains additional inference parameters, beyond the base set of inference parameters in the- inferenceConfigurationfield.- For more information, see Inference request parameters and response fields for foundation models . 
- BasePrompt stringTemplate 
- Base Prompt Template.
- FoundationModel string
- The agent's foundation model.
- InferenceConfiguration AgentInference Configuration 
- Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models .
- ParserMode AgentCreation Mode 
- Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType. If you set the field asOVERRIDDEN, theoverrideLambdafield in the PromptOverrideConfiguration must be specified with the ARN of a Lambda function.
- PromptCreation AgentMode Creation Mode 
- Specifies whether to override the default prompt template for this promptType. Set this value toOVERRIDDENto use the prompt that you provide in thebasePromptTemplate. If you leave it asDEFAULT, the agent uses a default prompt template.
- PromptState AgentPrompt State 
- Specifies whether to allow the inline agent to carry out the step specified in the promptType. If you set this value toDISABLED, the agent skips that step. The default state for eachpromptTypeis as follows.- PRE_PROCESSING–- ENABLED
- ORCHESTRATION–- ENABLED
- KNOWLEDGE_BASE_RESPONSE_GENERATION–- ENABLED
- POST_PROCESSING–- DISABLED
 
- PromptType AgentPrompt Type 
- The step in the agent sequence that this prompt configuration applies to.
- additionalModel AgentRequest Fields Additional Model Request Fields 
- If the Converse or ConverseStream operations support the model, - additionalModelRequestFieldscontains additional inference parameters, beyond the base set of inference parameters in the- inferenceConfigurationfield.- For more information, see Inference request parameters and response fields for foundation models . 
- basePrompt StringTemplate 
- Base Prompt Template.
- foundationModel String
- The agent's foundation model.
- inferenceConfiguration AgentInference Configuration 
- Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models .
- parserMode AgentCreation Mode 
- Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType. If you set the field asOVERRIDDEN, theoverrideLambdafield in the PromptOverrideConfiguration must be specified with the ARN of a Lambda function.
- promptCreation AgentMode Creation Mode 
- Specifies whether to override the default prompt template for this promptType. Set this value toOVERRIDDENto use the prompt that you provide in thebasePromptTemplate. If you leave it asDEFAULT, the agent uses a default prompt template.
- promptState AgentPrompt State 
- Specifies whether to allow the inline agent to carry out the step specified in the promptType. If you set this value toDISABLED, the agent skips that step. The default state for eachpromptTypeis as follows.- PRE_PROCESSING–- ENABLED
- ORCHESTRATION–- ENABLED
- KNOWLEDGE_BASE_RESPONSE_GENERATION–- ENABLED
- POST_PROCESSING–- DISABLED
 
- promptType AgentPrompt Type 
- The step in the agent sequence that this prompt configuration applies to.
- additionalModel AgentRequest Fields Additional Model Request Fields 
- If the Converse or ConverseStream operations support the model, - additionalModelRequestFieldscontains additional inference parameters, beyond the base set of inference parameters in the- inferenceConfigurationfield.- For more information, see Inference request parameters and response fields for foundation models . 
- basePrompt stringTemplate 
- Base Prompt Template.
- foundationModel string
- The agent's foundation model.
- inferenceConfiguration AgentInference Configuration 
- Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models .
- parserMode AgentCreation Mode 
- Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType. If you set the field asOVERRIDDEN, theoverrideLambdafield in the PromptOverrideConfiguration must be specified with the ARN of a Lambda function.
- promptCreation AgentMode Creation Mode 
- Specifies whether to override the default prompt template for this promptType. Set this value toOVERRIDDENto use the prompt that you provide in thebasePromptTemplate. If you leave it asDEFAULT, the agent uses a default prompt template.
- promptState AgentPrompt State 
- Specifies whether to allow the inline agent to carry out the step specified in the promptType. If you set this value toDISABLED, the agent skips that step. The default state for eachpromptTypeis as follows.- PRE_PROCESSING–- ENABLED
- ORCHESTRATION–- ENABLED
- KNOWLEDGE_BASE_RESPONSE_GENERATION–- ENABLED
- POST_PROCESSING–- DISABLED
 
- promptType AgentPrompt Type 
- The step in the agent sequence that this prompt configuration applies to.
- additional_model_ Agentrequest_ fields Additional Model Request Fields 
- If the Converse or ConverseStream operations support the model, - additionalModelRequestFieldscontains additional inference parameters, beyond the base set of inference parameters in the- inferenceConfigurationfield.- For more information, see Inference request parameters and response fields for foundation models . 
- base_prompt_ strtemplate 
- Base Prompt Template.
- foundation_model str
- The agent's foundation model.
- inference_configuration AgentInference Configuration 
- Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models .
- parser_mode AgentCreation Mode 
- Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType. If you set the field asOVERRIDDEN, theoverrideLambdafield in the PromptOverrideConfiguration must be specified with the ARN of a Lambda function.
- prompt_creation_ Agentmode Creation Mode 
- Specifies whether to override the default prompt template for this promptType. Set this value toOVERRIDDENto use the prompt that you provide in thebasePromptTemplate. If you leave it asDEFAULT, the agent uses a default prompt template.
- prompt_state AgentPrompt State 
- Specifies whether to allow the inline agent to carry out the step specified in the promptType. If you set this value toDISABLED, the agent skips that step. The default state for eachpromptTypeis as follows.- PRE_PROCESSING–- ENABLED
- ORCHESTRATION–- ENABLED
- KNOWLEDGE_BASE_RESPONSE_GENERATION–- ENABLED
- POST_PROCESSING–- DISABLED
 
- prompt_type AgentPrompt Type 
- The step in the agent sequence that this prompt configuration applies to.
- additionalModel Property MapRequest Fields 
- If the Converse or ConverseStream operations support the model, - additionalModelRequestFieldscontains additional inference parameters, beyond the base set of inference parameters in the- inferenceConfigurationfield.- For more information, see Inference request parameters and response fields for foundation models . 
- basePrompt StringTemplate 
- Base Prompt Template.
- foundationModel String
- The agent's foundation model.
- inferenceConfiguration Property Map
- Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models .
- parserMode "DEFAULT" | "OVERRIDDEN"
- Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType. If you set the field asOVERRIDDEN, theoverrideLambdafield in the PromptOverrideConfiguration must be specified with the ARN of a Lambda function.
- promptCreation "DEFAULT" | "OVERRIDDEN"Mode 
- Specifies whether to override the default prompt template for this promptType. Set this value toOVERRIDDENto use the prompt that you provide in thebasePromptTemplate. If you leave it asDEFAULT, the agent uses a default prompt template.
- promptState "ENABLED" | "DISABLED"
- Specifies whether to allow the inline agent to carry out the step specified in the promptType. If you set this value toDISABLED, the agent skips that step. The default state for eachpromptTypeis as follows.- PRE_PROCESSING–- ENABLED
- ORCHESTRATION–- ENABLED
- KNOWLEDGE_BASE_RESPONSE_GENERATION–- ENABLED
- POST_PROCESSING–- DISABLED
 
- promptType "PRE_PROCESSING" | "ORCHESTRATION" | "POST_PROCESSING" | "ROUTING_CLASSIFIER" | "MEMORY_SUMMARIZATION" | "KNOWLEDGE_BASE_RESPONSE_GENERATION"
- The step in the agent sequence that this prompt configuration applies to.
AgentPromptOverrideConfiguration   
- PromptConfigurations List<Pulumi.Aws Native. Bedrock. Inputs. Agent Prompt Configuration> 
- List of BasePromptConfiguration
- OverrideLambda string
- ARN of a Lambda.
- PromptConfigurations []AgentPrompt Configuration 
- List of BasePromptConfiguration
- OverrideLambda string
- ARN of a Lambda.
- promptConfigurations List<AgentPrompt Configuration> 
- List of BasePromptConfiguration
- overrideLambda String
- ARN of a Lambda.
- promptConfigurations AgentPrompt Configuration[] 
- List of BasePromptConfiguration
- overrideLambda string
- ARN of a Lambda.
- prompt_configurations Sequence[AgentPrompt Configuration] 
- List of BasePromptConfiguration
- override_lambda str
- ARN of a Lambda.
- promptConfigurations List<Property Map>
- List of BasePromptConfiguration
- overrideLambda String
- ARN of a Lambda.
AgentPromptState  
AgentPromptType  
AgentRelayConversationHistory   
AgentRequireConfirmation  
AgentS3Identifier 
- S3BucketName string
- A bucket in S3.
- S3ObjectKey string
- A object key in S3.
- S3BucketName string
- A bucket in S3.
- S3ObjectKey string
- A object key in S3.
- s3BucketName String
- A bucket in S3.
- s3ObjectKey String
- A object key in S3.
- s3BucketName string
- A bucket in S3.
- s3ObjectKey string
- A object key in S3.
- s3_bucket_ strname 
- A bucket in S3.
- s3_object_ strkey 
- A object key in S3.
- s3BucketName String
- A bucket in S3.
- s3ObjectKey String
- A object key in S3.
AgentSessionSummaryConfiguration   
- MaxRecent doubleSessions 
- Maximum number of Sessions to Summarize
- MaxRecent float64Sessions 
- Maximum number of Sessions to Summarize
- maxRecent DoubleSessions 
- Maximum number of Sessions to Summarize
- maxRecent numberSessions 
- Maximum number of Sessions to Summarize
- max_recent_ floatsessions 
- Maximum number of Sessions to Summarize
- maxRecent NumberSessions 
- Maximum number of Sessions to Summarize
AgentStatus 
AgentType 
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.