DataAutomationLibraryReference

class aws_cdk.interfaces.aws_bedrock.DataAutomationLibraryReference(*, library_arn)

Bases: object

A reference to a DataAutomationLibrary resource.

Parameters:

library_arn (str) – The LibraryArn of the DataAutomationLibrary 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_bedrock as interfaces_bedrock

data_automation_library_reference = interfaces_bedrock.DataAutomationLibraryReference(
    library_arn="libraryArn"
)

Attributes

library_arn

The LibraryArn of the DataAutomationLibrary resource.