We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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 dictionarydata "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:
- 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 Pulumi.Aws Native. Textract. Adapter Auto Update - Creation
Time string - The date and time that the adapter was created.
- Description string
-
List<Pulumi.
Aws Native. Outputs. 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 AdapterAuto Update - Creation
Time string - The date and time that the adapter was created.
- Description string
- 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
- list(object)
- 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 AdapterAuto Update - creation
Time String - The date and time that the adapter was created.
- description String
- List<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 AdapterAuto Update - creation
Time string - The date and time that the adapter was created.
- description string
- 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 AdapterAuto Update - creation_
time str - The date and time that the adapter was created.
- description str
- Sequence[root_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
- List<Property Map>
- A list of tags to be added to the adapter.
Supporting Types
AdapterAutoUpdate
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.
published on Monday, Sep 14, 2026 by Pulumi