AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::DataAutomationLibrary

CfnDataAutomationLibrary

Resource Type definition for AWS::Bedrock::DataAutomationLibrary.

Import

import { CfnDataAutomationLibrary } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnDataAutomationLibrary

Properties

Configuration passed to the constructor as CfnDataAutomationLibraryProps.

libraryNameRequired
string

Name of the DataAutomationLibrary.

encryptionConfigurationOptional
IResolvable | EncryptionConfigurationProperty

KMS Encryption Configuration.

libraryDescriptionOptional
string

Description of the DataAutomationLibrary.

tagsOptional
CfnTag[]

List of tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter