Interface: AgentAttributes
March 19, 2026 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentAttributes
Interface: AgentAttributes
Attributes for specifying an imported Bedrock Agent.
Properties
agentArn
readonlyagentArn:string
The ARN of the agent.
Attribute
agentVersion?
readonlyoptionalagentVersion?:string
The agent version. If no explicit versions have been created, leave this empty to use the DRAFT version. Otherwise, use the version number (e.g. 1).
kmsKeyArn?
readonlyoptionalkmsKeyArn?:string
Optional KMS encryption key associated with this agent
lastUpdated?
readonlyoptionallastUpdated?:string
When this agent was last updated.
roleArn
readonlyroleArn:string
The ARN of the IAM role associated to the agent.