TargetConfigurationConfig

class aws_cdk.aws_bedrockagentcore.TargetConfigurationConfig(*, bound)

Bases: object

Configuration returned by binding a target configuration.

Parameters:

bound (bool) – Indicates that the configuration has been successfully bound.

ExampleMetadata:

fixture=_generated

Example:

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

target_configuration_config = bedrockagentcore.TargetConfigurationConfig(
    bound=False
)

Attributes

bound

Indicates that the configuration has been successfully bound.