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
published on Monday, Apr 20, 2026 by Pulumi
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
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 dictionaryThe following arguments are supported:
- Library
Arn string - ARN generated at the server side when a DataAutomationLibrary is created
- Library
Arn string - ARN generated at the server side when a DataAutomationLibrary is created
- library
Arn String - ARN generated at the server side when a DataAutomationLibrary is created
- library
Arn 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
- library
Arn String - ARN generated at the server side when a DataAutomationLibrary is created
getDataAutomationLibrary Result
The following output properties are available:
- Creation
Time string - Time Stamp
- Entity
Types List<Pulumi.Aws Native. Bedrock. Outputs. Data Automation Library Entity Type Info> - List of info for each entity type in the DataAutomationLibrary
- Library
Arn string - ARN generated at the server side when a DataAutomationLibrary is created
- Library
Description string - Description of the DataAutomationLibrary
- Status
Pulumi.
Aws Native. Bedrock. Data Automation Library Status -
List<Pulumi.
Aws Native. Outputs. Tag> - List of tags
- Creation
Time string - Time Stamp
- Entity
Types []DataAutomation Library Entity Type Info - List of info for each entity type in the DataAutomationLibrary
- Library
Arn string - ARN generated at the server side when a DataAutomationLibrary is created
- Library
Description string - Description of the DataAutomationLibrary
- Status
Data
Automation Library Status - Tag
- List of tags
- creation
Time String - Time Stamp
- entity
Types List<DataAutomation Library Entity Type Info> - List of info for each entity type in the DataAutomationLibrary
- library
Arn String - ARN generated at the server side when a DataAutomationLibrary is created
- library
Description String - Description of the DataAutomationLibrary
- status
Data
Automation Library Status - List<Tag>
- List of tags
- creation
Time string - Time Stamp
- entity
Types DataAutomation Library Entity Type Info[] - List of info for each entity type in the DataAutomationLibrary
- library
Arn string - ARN generated at the server side when a DataAutomationLibrary is created
- library
Description string - Description of the DataAutomationLibrary
- status
Data
Automation Library Status - Tag[]
- List of tags
- creation_
time str - Time Stamp
- entity_
types Sequence[DataAutomation Library Entity Type Info] - 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
Data
Automation Library Status - Sequence[root_Tag]
- List of tags
- creation
Time String - Time Stamp
- entity
Types List<Property Map> - List of info for each entity type in the DataAutomationLibrary
- library
Arn String - ARN generated at the server side when a DataAutomationLibrary is created
- library
Description String - Description of the DataAutomationLibrary
- status "ACTIVE" | "DELETING"
- List<Property Map>
- List of tags
Supporting Types
DataAutomationLibraryEntityType
DataAutomationLibraryEntityTypeInfo
- Entity
Type Pulumi.Aws Native. Bedrock. Data Automation Library Entity Type - Entity
Metadata string - JSON string representing relevant metadata for the entity type
- Entity
Type DataAutomation Library Entity Type - Entity
Metadata string - JSON string representing relevant metadata for the entity type
- entity
Type DataAutomation Library Entity Type - entity
Metadata String - JSON string representing relevant metadata for the entity type
- entity
Type DataAutomation Library Entity Type - entity
Metadata string - JSON string representing relevant metadata for the entity type
- entity_
type DataAutomation Library Entity Type - entity_
metadata str - JSON string representing relevant metadata for the entity type
- entity
Type "VOCABULARY" - entity
Metadata String - JSON string representing relevant metadata for the entity type
DataAutomationLibraryStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Apr 20, 2026 by Pulumi
