1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. textract
  6. getAdapter

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    The AWS::Textract::Adapter resource creates an Amazon Textract adapter, which can be fine-tuned for enhanced performance on user-provided documents.

    Using getAdapter

    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 getAdapter(args: GetAdapterArgs, opts?: InvokeOptions): Promise<GetAdapterResult>
    function getAdapterOutput(args: GetAdapterOutputArgs, opts?: InvokeOutputOptions): Output<GetAdapterResult>
    def get_adapter(arn: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetAdapterResult
    def get_adapter_output(arn: pulumi.Input[Optional[str]] = None,
                    opts: Optional[InvokeOutputOptions] = None) -> Output[GetAdapterResult]
    func LookupAdapter(ctx *Context, args *LookupAdapterArgs, opts ...InvokeOption) (*LookupAdapterResult, error)
    func LookupAdapterOutput(ctx *Context, args *LookupAdapterOutputArgs, opts ...InvokeOption) LookupAdapterResultOutput

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

    public static class GetAdapter 
    {
        public static Task<GetAdapterResult> InvokeAsync(GetAdapterArgs args, InvokeOptions? opts = null)
        public static Output<GetAdapterResult> Invoke(GetAdapterInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetAdapterResult> Invoke(GetAdapterInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetAdapterResult> getAdapter(GetAdapterArgs args, InvokeOptions options)
    public static Output<GetAdapterResult> getAdapter(GetAdapterArgs args, InvokeOptions options)
    public static Output<GetAdapterResult> getAdapter(GetAdapterArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:textract:getAdapter
      arguments:
        # arguments dictionary
    data "aws-native_textract_get_adapter" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the adapter.
    Arn string
    The Amazon Resource Name (ARN) of the adapter.
    arn string
    The Amazon Resource Name (ARN) of the adapter.
    arn String
    The Amazon Resource Name (ARN) of the adapter.
    arn string
    The Amazon Resource Name (ARN) of the adapter.
    arn str
    The Amazon Resource Name (ARN) of the adapter.
    arn String
    The Amazon Resource Name (ARN) of the adapter.

    getAdapter Result

    The following output properties are available:

    AdapterId string
    A unique identifier for the adapter resource.
    AdapterName string
    Arn string
    The Amazon Resource Name (ARN) of the adapter.
    AutoUpdate Pulumi.AwsNative.Textract.AdapterAutoUpdate
    CreationTime string
    The date and time that the adapter was created.
    Description string
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags to be added to the adapter.
    AdapterId string
    A unique identifier for the adapter resource.
    AdapterName string
    Arn string
    The Amazon Resource Name (ARN) of the adapter.
    AutoUpdate AdapterAutoUpdate
    CreationTime string
    The date and time that the adapter was created.
    Description string
    Tags Tag
    A list of tags to be added to the adapter.
    adapter_id string
    A unique identifier for the adapter resource.
    adapter_name string
    arn string
    The Amazon Resource Name (ARN) of the adapter.
    auto_update "ENABLED" | "DISABLED"
    creation_time string
    The date and time that the adapter was created.
    description string
    tags list(object)
    A list of tags to be added to the adapter.
    adapterId String
    A unique identifier for the adapter resource.
    adapterName String
    arn String
    The Amazon Resource Name (ARN) of the adapter.
    autoUpdate AdapterAutoUpdate
    creationTime String
    The date and time that the adapter was created.
    description String
    tags List<Tag>
    A list of tags to be added to the adapter.
    adapterId string
    A unique identifier for the adapter resource.
    adapterName string
    arn string
    The Amazon Resource Name (ARN) of the adapter.
    autoUpdate AdapterAutoUpdate
    creationTime string
    The date and time that the adapter was created.
    description string
    tags Tag[]
    A list of tags to be added to the adapter.
    adapter_id str
    A unique identifier for the adapter resource.
    adapter_name str
    arn str
    The Amazon Resource Name (ARN) of the adapter.
    auto_update AdapterAutoUpdate
    creation_time str
    The date and time that the adapter was created.
    description str
    tags Sequence[root_Tag]
    A list of tags to be added to the adapter.
    adapterId String
    A unique identifier for the adapter resource.
    adapterName String
    arn String
    The Amazon Resource Name (ARN) of the adapter.
    autoUpdate "ENABLED" | "DISABLED"
    creationTime String
    The date and time that the adapter was created.
    description String
    tags List<Property Map>
    A list of tags to be added to the adapter.

    Supporting Types

    AdapterAutoUpdate

    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 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 aws-native logo

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

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial