1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrock
  6. getDataAutomationLibrary

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Resource Type definition for AWS::Bedrock::DataAutomationLibrary

    Using getDataAutomationLibrary

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDataAutomationLibrary(args: GetDataAutomationLibraryArgs, opts?: InvokeOptions): Promise<GetDataAutomationLibraryResult>
    function getDataAutomationLibraryOutput(args: GetDataAutomationLibraryOutputArgs, opts?: InvokeOptions): Output<GetDataAutomationLibraryResult>
    def get_data_automation_library(library_arn: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetDataAutomationLibraryResult
    def get_data_automation_library_output(library_arn: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetDataAutomationLibraryResult]
    func LookupDataAutomationLibrary(ctx *Context, args *LookupDataAutomationLibraryArgs, opts ...InvokeOption) (*LookupDataAutomationLibraryResult, error)
    func LookupDataAutomationLibraryOutput(ctx *Context, args *LookupDataAutomationLibraryOutputArgs, opts ...InvokeOption) LookupDataAutomationLibraryResultOutput

    > Note: This function is named LookupDataAutomationLibrary in the Go SDK.

    public static class GetDataAutomationLibrary 
    {
        public static Task<GetDataAutomationLibraryResult> InvokeAsync(GetDataAutomationLibraryArgs args, InvokeOptions? opts = null)
        public static Output<GetDataAutomationLibraryResult> Invoke(GetDataAutomationLibraryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataAutomationLibraryResult> getDataAutomationLibrary(GetDataAutomationLibraryArgs args, InvokeOptions options)
    public static Output<GetDataAutomationLibraryResult> getDataAutomationLibrary(GetDataAutomationLibraryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bedrock:getDataAutomationLibrary
      arguments:
        # arguments dictionary

    The following arguments are supported:

    LibraryArn string
    ARN generated at the server side when a DataAutomationLibrary is created
    LibraryArn string
    ARN generated at the server side when a DataAutomationLibrary is created
    libraryArn String
    ARN generated at the server side when a DataAutomationLibrary is created
    libraryArn string
    ARN generated at the server side when a DataAutomationLibrary is created
    library_arn str
    ARN generated at the server side when a DataAutomationLibrary is created
    libraryArn String
    ARN generated at the server side when a DataAutomationLibrary is created

    getDataAutomationLibrary Result

    The following output properties are available:

    CreationTime string
    Time Stamp
    EntityTypes List<Pulumi.AwsNative.Bedrock.Outputs.DataAutomationLibraryEntityTypeInfo>
    List of info for each entity type in the DataAutomationLibrary
    LibraryArn string
    ARN generated at the server side when a DataAutomationLibrary is created
    LibraryDescription string
    Description of the DataAutomationLibrary
    Status Pulumi.AwsNative.Bedrock.DataAutomationLibraryStatus
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    List of tags
    CreationTime string
    Time Stamp
    EntityTypes []DataAutomationLibraryEntityTypeInfo
    List of info for each entity type in the DataAutomationLibrary
    LibraryArn string
    ARN generated at the server side when a DataAutomationLibrary is created
    LibraryDescription string
    Description of the DataAutomationLibrary
    Status DataAutomationLibraryStatus
    Tags Tag
    List of tags
    creationTime String
    Time Stamp
    entityTypes List<DataAutomationLibraryEntityTypeInfo>
    List of info for each entity type in the DataAutomationLibrary
    libraryArn String
    ARN generated at the server side when a DataAutomationLibrary is created
    libraryDescription String
    Description of the DataAutomationLibrary
    status DataAutomationLibraryStatus
    tags List<Tag>
    List of tags
    creationTime string
    Time Stamp
    entityTypes DataAutomationLibraryEntityTypeInfo[]
    List of info for each entity type in the DataAutomationLibrary
    libraryArn string
    ARN generated at the server side when a DataAutomationLibrary is created
    libraryDescription string
    Description of the DataAutomationLibrary
    status DataAutomationLibraryStatus
    tags Tag[]
    List of tags
    creation_time str
    Time Stamp
    entity_types Sequence[DataAutomationLibraryEntityTypeInfo]
    List of info for each entity type in the DataAutomationLibrary
    library_arn str
    ARN generated at the server side when a DataAutomationLibrary is created
    library_description str
    Description of the DataAutomationLibrary
    status DataAutomationLibraryStatus
    tags Sequence[root_Tag]
    List of tags
    creationTime String
    Time Stamp
    entityTypes List<Property Map>
    List of info for each entity type in the DataAutomationLibrary
    libraryArn String
    ARN generated at the server side when a DataAutomationLibrary is created
    libraryDescription String
    Description of the DataAutomationLibrary
    status "ACTIVE" | "DELETING"
    tags List<Property Map>
    List of tags

    Supporting Types

    DataAutomationLibraryEntityType

    DataAutomationLibraryEntityTypeInfo

    EntityType Pulumi.AwsNative.Bedrock.DataAutomationLibraryEntityType
    EntityMetadata string
    JSON string representing relevant metadata for the entity type
    EntityType DataAutomationLibraryEntityType
    EntityMetadata string
    JSON string representing relevant metadata for the entity type
    entityType DataAutomationLibraryEntityType
    entityMetadata String
    JSON string representing relevant metadata for the entity type
    entityType DataAutomationLibraryEntityType
    entityMetadata string
    JSON string representing relevant metadata for the entity type
    entity_type DataAutomationLibraryEntityType
    entity_metadata str
    JSON string representing relevant metadata for the entity type
    entityType "VOCABULARY"
    entityMetadata String
    JSON string representing relevant metadata for the entity type

    DataAutomationLibraryStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.