AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::DataAutomationLibrary

Bedrock DataAutomationLibrary

Resource Type definition for AWS::Bedrock::DataAutomationLibrary

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
LibraryName
string
RequiredCreate-only
EncryptionConfiguration
EncryptionConfiguration
Create-only
LibraryDescription
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreationTimestringTime Stamp
EntityTypesArray<EntityTypeInfo>List of info for each entity type in the DataAutomationLibrary
LibraryArnstringARN generated at the server side when a DataAutomationLibrary is created
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::DataAutomationLibrary

Resources:
  MyResource:
    Type: AWS::Bedrock::DataAutomationLibrary
    Properties:
      LibraryName: "my-libraryname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:CreateDataAutomationLibrarybedrock:GetDataAutomationLibrarybedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKeykms:CreateGrant

read

bedrock:GetDataAutomationLibrarybedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKey

update

bedrock:UpdateDataAutomationLibrarybedrock:GetDataAutomationLibrarybedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKey

delete

bedrock:DeleteDataAutomationLibrarybedrock:GetDataAutomationLibrarykms:DescribeKeykms:Decryptkms:GenerateDataKey

list

bedrock:ListDataAutomationLibraries

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties8
Required1
TaggingSupported
Primary IDLibraryArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EncryptionConfigurationLibraryName

External Links