TargetConfigurationConfig
- class aws_cdk.aws_bedrock_agentcore_alpha.TargetConfigurationConfig(*, bound)
Bases:
object(experimental) Configuration returned by binding a target configuration.
- Parameters:
bound (
bool) – (experimental) Indicates that the configuration has been successfully bound.- 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 target_configuration_config = bedrock_agentcore_alpha.TargetConfigurationConfig( bound=False )
Attributes
- bound
(experimental) Indicates that the configuration has been successfully bound.
- Stability:
experimental