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

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.

    Create Adapter Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Adapter(name: string, args: AdapterArgs, opts?: CustomResourceOptions);
    @overload
    def Adapter(resource_name: str,
                args: AdapterArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Adapter(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                feature_types: Optional[Sequence[AdapterFeatureType]] = None,
                adapter_name: Optional[str] = None,
                auto_update: Optional[AdapterAutoUpdate] = None,
                description: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewAdapter(ctx *Context, name string, args AdapterArgs, opts ...ResourceOption) (*Adapter, error)
    public Adapter(string name, AdapterArgs args, CustomResourceOptions? opts = null)
    public Adapter(String name, AdapterArgs args)
    public Adapter(String name, AdapterArgs args, CustomResourceOptions options)
    
    type: aws-native:textract:Adapter
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_textract_adapter" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args AdapterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AdapterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AdapterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AdapterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AdapterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Adapter Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Adapter resource accepts the following input properties:

    FeatureTypes List<Pulumi.AwsNative.Textract.AdapterFeatureType>
    The type of feature that the adapter is being trained on. Currently, supported feature types are: QUERIES
    AdapterName string
    AutoUpdate Pulumi.AwsNative.Textract.AdapterAutoUpdate
    Description string
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A list of tags to be added to the adapter.
    FeatureTypes []AdapterFeatureType
    The type of feature that the adapter is being trained on. Currently, supported feature types are: QUERIES
    AdapterName string
    AutoUpdate AdapterAutoUpdate
    Description string
    Tags TagArgs
    A list of tags to be added to the adapter.
    feature_types list("QUERIES")
    The type of feature that the adapter is being trained on. Currently, supported feature types are: QUERIES
    adapter_name string
    auto_update "ENABLED" | "DISABLED"
    description string
    tags list(object)
    A list of tags to be added to the adapter.
    featureTypes List<AdapterFeatureType>
    The type of feature that the adapter is being trained on. Currently, supported feature types are: QUERIES
    adapterName String
    autoUpdate AdapterAutoUpdate
    description String
    tags List<Tag>
    A list of tags to be added to the adapter.
    featureTypes AdapterFeatureType[]
    The type of feature that the adapter is being trained on. Currently, supported feature types are: QUERIES
    adapterName string
    autoUpdate AdapterAutoUpdate
    description string
    tags Tag[]
    A list of tags to be added to the adapter.
    feature_types Sequence[AdapterFeatureType]
    The type of feature that the adapter is being trained on. Currently, supported feature types are: QUERIES
    adapter_name str
    auto_update AdapterAutoUpdate
    description str
    tags Sequence[TagArgs]
    A list of tags to be added to the adapter.
    featureTypes List<"QUERIES">
    The type of feature that the adapter is being trained on. Currently, supported feature types are: QUERIES
    adapterName String
    autoUpdate "ENABLED" | "DISABLED"
    description String
    tags List<Property Map>
    A list of tags to be added to the adapter.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Adapter resource produces the following output properties:

    AdapterId string
    A unique identifier for the adapter resource.
    Arn string
    The Amazon Resource Name (ARN) of the adapter.
    CreationTime string
    The date and time that the adapter was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    AdapterId string
    A unique identifier for the adapter resource.
    Arn string
    The Amazon Resource Name (ARN) of the adapter.
    CreationTime string
    The date and time that the adapter was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    adapter_id string
    A unique identifier for the adapter resource.
    arn string
    The Amazon Resource Name (ARN) of the adapter.
    creation_time string
    The date and time that the adapter was created.
    id string
    The provider-assigned unique ID for this managed resource.
    adapterId String
    A unique identifier for the adapter resource.
    arn String
    The Amazon Resource Name (ARN) of the adapter.
    creationTime String
    The date and time that the adapter was created.
    id String
    The provider-assigned unique ID for this managed resource.
    adapterId string
    A unique identifier for the adapter resource.
    arn string
    The Amazon Resource Name (ARN) of the adapter.
    creationTime string
    The date and time that the adapter was created.
    id string
    The provider-assigned unique ID for this managed resource.
    adapter_id str
    A unique identifier for the adapter resource.
    arn str
    The Amazon Resource Name (ARN) of the adapter.
    creation_time str
    The date and time that the adapter was created.
    id str
    The provider-assigned unique ID for this managed resource.
    adapterId String
    A unique identifier for the adapter resource.
    arn String
    The Amazon Resource Name (ARN) of the adapter.
    creationTime String
    The date and time that the adapter was created.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    AdapterAutoUpdate, AdapterAutoUpdateArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    AdapterAutoUpdateEnabled
    ENABLED
    AdapterAutoUpdateDisabled
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    AdapterFeatureType, AdapterFeatureTypeArgs

    Queries
    QUERIES
    AdapterFeatureTypeQueries
    QUERIES
    "QUERIES"
    QUERIES
    Queries
    QUERIES
    Queries
    QUERIES
    QUERIES
    QUERIES
    "QUERIES"
    QUERIES

    Tag, TagArgs

    A set of tags to apply to the resource.
    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