Data Source schema for AWS::Bedrock::Agent
id
(String) Uniquely identifies the resource.action_groups
(Attributes List) List of ActionGroups (see below for nested schema)agent_arn
(String) Arn representation of the Agent.agent_id
(String) Identifier for a resource.agent_name
(String) Name for a resource.agent_resource_role_arn
(String) ARN of a IAM role.agent_status
(String) Schema Type for Action APIs.agent_version
(String) Draft Agent Version.auto_prepare
(Boolean) Specifies whether to automatically prepare after creating or updating the agent.created_at
(String) Time Stamp.customer_encryption_key_arn
(String) A KMS key ARNdescription
(String) Description of the Resource.failure_reasons
(List of String) Failure Reasons for Error.foundation_model
(String) ARN or name of a Bedrock model.idle_session_ttl_in_seconds
(Number) Max Session Time.instruction
(String) Instruction for the agent.knowledge_bases
(Attributes List) List of Agent Knowledge Bases (see below for nested schema)prepared_at
(String) Time Stamp.prompt_override_configuration
(Attributes) Configuration for prompt override. (see below for nested schema)recommended_actions
(List of String) The recommended actions users can take to resolve an error in failureReasons.skip_resource_in_use_check_on_delete
(Boolean) Specifies whether to allow deleting agent while it is in use.tags
(Map of String) A map of tag keys and valuestest_alias_tags
(Map of String) A map of tag keys and valuesupdated_at
(String) Time Stamp.action_groups
Read-Only:
action_group_executor
(Attributes) (see below for nested schema)action_group_name
(String) Name of the action groupaction_group_state
(String) State of the action groupapi_schema
(Attributes) Contains information about the API Schema for the Action Group (see below for nested schema)description
(String) Description of action groupparent_action_group_signature
(String) Action Group Signature for a BuiltIn Actionskip_resource_in_use_check_on_delete
(Boolean) Specifies whether to allow deleting action group while it is in use.action_groups.action_group_executor
Read-Only:
lambda
(String) ARN of a Lambda.action_groups.api_schema
Read-Only:
payload
(String) String OpenAPI Payloads3
(Attributes) The identifier for the S3 resource. (see below for nested schema)action_groups.api_schema.s3
Read-Only:
s3_bucket_name
(String) A bucket in S3.s3_object_key
(String) A object key in S3.knowledge_bases
Read-Only:
description
(String) Description of the Resource.knowledge_base_id
(String) Identifier for a resource.knowledge_base_state
(String) State of the knowledge base; whether it is enabled or disabledprompt_override_configuration
Read-Only:
override_lambda
(String) ARN of a Lambda.prompt_configurations
(Attributes List) List of BasePromptConfiguration (see below for nested schema)prompt_override_configuration.prompt_configurations
Read-Only:
base_prompt_template
(String) Base Prompt Template.inference_configuration
(Attributes) Configuration for inference in prompt configuration (see below for nested schema)parser_mode
(String) Creation Mode for Prompt Configuration.prompt_creation_mode
(String) Creation Mode for Prompt Configuration.prompt_state
(String) Prompt State.prompt_type
(String) Prompt Type.prompt_override_configuration.prompt_configurations.inference_configuration
Read-Only:
maximum_length
(Number) Maximum length of outputstop_sequences
(List of String) List of stop sequencestemperature
(Number) Controls randomness, higher values increase diversitytop_k
(Number) Sample from the k most likely next tokenstop_p
(Number) Cumulative probability cutoff for token selection