aws_b2bi_capability

account_id

Type: STRING

capability_arn

Type: STRING
Provider name: capabilityArn
Description: Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

capability_id

Type: STRING
Provider name: capabilityId
Description: Returns a system-assigned unique identifier for the capability.

configuration

Type: STRUCT
Provider name: configuration
Description: Returns a structure that contains the details for a capability.

  • edi
    Type: STRUCT
    Provider name: edi
    Description: An EDI (electronic data interchange) configuration object.
    • capability_direction
      Type: STRING
      Provider name: capabilityDirection
      Description: Specifies whether this is capability is for inbound or outbound transformations.
    • input_location
      Type: STRUCT
      Provider name: inputLocation
      Description: Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an S3Location object.
      • bucket_name
        Type: STRING
        Provider name: bucketName
        Description: Specifies the name of the Amazon S3 bucket.
      • key
        Type: STRING
        Provider name: key
        Description: Specifies the Amazon S3 key for the file location.
    • output_location
      Type: STRUCT
      Provider name: outputLocation
      Description: Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an S3Location object.
      • bucket_name
        Type: STRING
        Provider name: bucketName
        Description: Specifies the name of the Amazon S3 bucket.
      • key
        Type: STRING
        Provider name: key
        Description: Specifies the Amazon S3 key for the file location.
    • transformer_id
      Type: STRING
      Provider name: transformerId
      Description: Returns the system-assigned unique identifier for the transformer.
    • type
      Type: STRUCT
      Provider name: type
      Description: Returns the type of the capability. Currently, only edi is supported.
      • x12_details
        Type: STRUCT
        Provider name: x12Details
        Description: Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
        • transaction_set
          Type: STRING
          Provider name: transactionSet
          Description: Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
        • version
          Type: STRING
          Provider name: version
          Description: Returns the version to use for the specified X12 transaction set.

created_at

Type: TIMESTAMP
Provider name: createdAt
Description: Returns a timestamp for creation date and time of the capability.

instructions_documents

Type: UNORDERED_LIST_STRUCT
Provider name: instructionsDocuments
Description: Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document’s location.

  • bucket_name
    Type: STRING
    Provider name: bucketName
    Description: Specifies the name of the Amazon S3 bucket.
  • key
    Type: STRING
    Provider name: key
    Description: Specifies the Amazon S3 key for the file location.

modified_at

Type: TIMESTAMP
Provider name: modifiedAt
Description: Returns a timestamp for last time the capability was modified.

name

Type: STRING
Provider name: name
Description: Returns the name of the capability, used to identify it.

tags

Type: UNORDERED_LIST_STRING

type

Type: STRING
Provider name: type
Description: Returns the type of the capability. Currently, only edi is supported.