BedrockAgentBuilder Type
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
agentResourceRoleArn roleArn
Parameters:
string
-
The IAM role ARN.
Returns: BedrockAgentConfig
|
|
Full Usage:
autoPrepare value
Parameters:
bool
-
True to auto-prepare.
Returns: BedrockAgentConfig
|
|
Full Usage:
this.Combine
Parameters:
BedrockAgentConfig
state2 : BedrockAgentConfig
Returns: BedrockAgentConfig
|
|
|
|
Full Usage:
customerEncryptionKeyArn keyArn
Parameters:
string
-
The KMS key ARN.
Returns: BedrockAgentConfig
|
|
Full Usage:
this.Delay
Parameters:
unit -> BedrockAgentConfig
Returns: BedrockAgentConfig
Modifiers: inline |
|
Full Usage:
description description
Parameters:
string
-
The agent description.
Returns: BedrockAgentConfig
|
|
Full Usage:
this.For
Parameters:
BedrockAgentConfig
f : unit -> BedrockAgentConfig
Returns: BedrockAgentConfig
Modifiers: inline |
|
Full Usage:
foundationModel model
Parameters:
string
-
The foundation model identifier string.
Returns: BedrockAgentConfig
|
|
Full Usage:
foundationModelId model
Parameters:
FoundationModelIdentifier
-
The foundation model identifier.
Returns: BedrockAgentConfig
|
|
Full Usage:
idleSessionTtlInSeconds seconds
Parameters:
int
-
Idle session timeout in seconds.
Returns: BedrockAgentConfig
|
|
Full Usage:
instruction instruction
Parameters:
string
-
The instruction text.
Returns: BedrockAgentConfig
|
|
|
|
Full Usage:
skipResourceInUseCheckOnDelete value
Parameters:
bool
-
True to skip the check.
Returns: BedrockAgentConfig
|
|
Full Usage:
tags tags
Parameters:
(string * string) list
-
List of key-value tag pairs.
Returns: BedrockAgentConfig
|
|
|
|
|
|
FsCDK