generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / bedrock / AgentAttributes

Interface: AgentAttributes

Attributes for specifying an imported Bedrock Agent.

Properties

agentArn

readonly agentArn: string

The ARN of the agent.

Example

"arn:aws:bedrock:us-east-1:123456789012:agent/OKDSJOGKMO"

Attribute


agentVersion?

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).


kmsKeyArn?

readonly optional kmsKeyArn: string

Optional KMS encryption key associated with this agent


lastUpdated?

readonly optional lastUpdated: string

When this agent was last updated.


roleArn

readonly roleArn: string

The ARN of the IAM role associated to the agent.

Example

"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

Attribute