OnlineEvaluationConfigAttributes

class aws_cdk.aws_bedrock_agentcore_alpha.OnlineEvaluationConfigAttributes(*, online_evaluation_config_arn, online_evaluation_config_id, online_evaluation_config_name, execution_role_arn=None)

Bases: object

(experimental) Attributes for importing an existing OnlineEvaluationConfig.

Parameters:
  • online_evaluation_config_arn (str) – (experimental) The ARN of the online evaluation configuration.

  • online_evaluation_config_id (str) – (experimental) The ID of the online evaluation configuration.

  • online_evaluation_config_name (str) – (experimental) The name of the online evaluation configuration.

  • execution_role_arn (Optional[str]) – (experimental) The ARN of the IAM execution role. Default: - No role ARN provided

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha

online_evaluation_config_attributes = bedrock_agentcore_alpha.OnlineEvaluationConfigAttributes(
    online_evaluation_config_arn="onlineEvaluationConfigArn",
    online_evaluation_config_id="onlineEvaluationConfigId",
    online_evaluation_config_name="onlineEvaluationConfigName",

    # the properties below are optional
    execution_role_arn="executionRoleArn"
)

Attributes

execution_role_arn

(experimental) The ARN of the IAM execution role.

Default:
  • No role ARN provided

Stability:

experimental

online_evaluation_config_arn

(experimental) The ARN of the online evaluation configuration.

Stability:

experimental

online_evaluation_config_id

(experimental) The ID of the online evaluation configuration.

Stability:

experimental

online_evaluation_config_name

(experimental) The name of the online evaluation configuration.

Stability:

experimental