interface DataAutomationLibraryReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Bedrock.DataAutomationLibraryReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbedrock#DataAutomationLibraryReference |
Java | software.amazon.awscdk.interfaces.bedrock.DataAutomationLibraryReference |
Python | aws_cdk.interfaces.aws_bedrock.DataAutomationLibraryReference |
TypeScript | aws-cdk-lib » interfaces » aws_bedrock » DataAutomationLibraryReference |
A reference to a DataAutomationLibrary resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as interfaces_bedrock } from 'aws-cdk-lib/interfaces';
const dataAutomationLibraryReference: interfaces_bedrock.DataAutomationLibraryReference = {
libraryArn: 'libraryArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| library | string | The LibraryArn of the DataAutomationLibrary resource. |
libraryArn
Type:
string
The LibraryArn of the DataAutomationLibrary resource.

.NET
Go
Java
Python
TypeScript