@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentAttributes
Attributes for specifying an imported Bedrock Agent.
readonly
agentArn:string
The ARN of the agent.
"arn:aws:bedrock:us-east-1:123456789012:agent/OKDSJOGKMO"
readonly
optional
agentVersion: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).
readonly
optional
kmsKeyArn:string
Optional KMS encryption key associated with this agent
readonly
optional
lastUpdated:string
When this agent was last updated.
readonly
roleArn:string
The ARN of the IAM role associated to the agent.
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"