ConfigurationBundleReference
- class aws_cdk.interfaces.aws_bedrockagentcore.ConfigurationBundleReference(*, bundle_arn)
Bases:
objectA reference to a ConfigurationBundle resource.
- Parameters:
bundle_arn (
str) – The BundleArn of the ConfigurationBundle resource.- 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.interfaces import aws_bedrockagentcore as interfaces_bedrockagentcore configuration_bundle_reference = interfaces_bedrockagentcore.ConfigurationBundleReference( bundle_arn="bundleArn" )
Attributes
- bundle_arn
The BundleArn of the ConfigurationBundle resource.