1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. b2bi
  5. Transformer

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.b2bi.Transformer

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Definition of AWS::B2BI::Transformer Resource Type

    Create Transformer Resource

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

    Constructor syntax

    new Transformer(name: string, args: TransformerArgs, opts?: CustomResourceOptions);
    @overload
    def Transformer(resource_name: str,
                    args: TransformerArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Transformer(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    status: Optional[TransformerStatus] = None,
                    edi_type: Optional[TransformerEdiTypePropertiesArgs] = None,
                    file_format: Optional[TransformerFileFormat] = None,
                    input_conversion: Optional[TransformerInputConversionArgs] = None,
                    mapping: Optional[TransformerMappingArgs] = None,
                    mapping_template: Optional[str] = None,
                    name: Optional[str] = None,
                    output_conversion: Optional[TransformerOutputConversionArgs] = None,
                    sample_document: Optional[str] = None,
                    sample_documents: Optional[TransformerSampleDocumentsArgs] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewTransformer(ctx *Context, name string, args TransformerArgs, opts ...ResourceOption) (*Transformer, error)
    public Transformer(string name, TransformerArgs args, CustomResourceOptions? opts = null)
    public Transformer(String name, TransformerArgs args)
    public Transformer(String name, TransformerArgs args, CustomResourceOptions options)
    
    type: aws-native:b2bi:Transformer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TransformerArgs
    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 TransformerArgs
    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 TransformerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TransformerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TransformerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Transformer 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 Transformer resource accepts the following input properties:

    Status Pulumi.AwsNative.B2bi.TransformerStatus
    Returns the state of the newly created transformer. The transformer can be either active or inactive . For the transformer to be used in a capability, its status must active .
    EdiType Pulumi.AwsNative.B2bi.Inputs.TransformerEdiTypeProperties
    FileFormat Pulumi.AwsNative.B2bi.TransformerFileFormat
    InputConversion Pulumi.AwsNative.B2bi.Inputs.TransformerInputConversion
    Returns a structure that contains the format options for the transformation.
    Mapping Pulumi.AwsNative.B2bi.Inputs.TransformerMapping
    Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
    MappingTemplate string
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    Name string
    Returns the descriptive name for the transformer.
    OutputConversion Pulumi.AwsNative.B2bi.Inputs.TransformerOutputConversion
    Returns the OutputConversion object, which contains the format options for the outbound transformation.
    SampleDocument string
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    SampleDocuments Pulumi.AwsNative.B2bi.Inputs.TransformerSampleDocuments
    Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A key-value pair for a specific transformer. Tags are metadata that you can use to search for and group capabilities for various purposes.
    Status TransformerStatus
    Returns the state of the newly created transformer. The transformer can be either active or inactive . For the transformer to be used in a capability, its status must active .
    EdiType TransformerEdiTypePropertiesArgs
    FileFormat TransformerFileFormat
    InputConversion TransformerInputConversionArgs
    Returns a structure that contains the format options for the transformation.
    Mapping TransformerMappingArgs
    Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
    MappingTemplate string
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    Name string
    Returns the descriptive name for the transformer.
    OutputConversion TransformerOutputConversionArgs
    Returns the OutputConversion object, which contains the format options for the outbound transformation.
    SampleDocument string
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    SampleDocuments TransformerSampleDocumentsArgs
    Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
    Tags TagArgs
    A key-value pair for a specific transformer. Tags are metadata that you can use to search for and group capabilities for various purposes.
    status TransformerStatus
    Returns the state of the newly created transformer. The transformer can be either active or inactive . For the transformer to be used in a capability, its status must active .
    ediType TransformerEdiTypeProperties
    fileFormat TransformerFileFormat
    inputConversion TransformerInputConversion
    Returns a structure that contains the format options for the transformation.
    mapping TransformerMapping
    Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
    mappingTemplate String
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    name String
    Returns the descriptive name for the transformer.
    outputConversion TransformerOutputConversion
    Returns the OutputConversion object, which contains the format options for the outbound transformation.
    sampleDocument String
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    sampleDocuments TransformerSampleDocuments
    Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
    tags List<Tag>
    A key-value pair for a specific transformer. Tags are metadata that you can use to search for and group capabilities for various purposes.
    status TransformerStatus
    Returns the state of the newly created transformer. The transformer can be either active or inactive . For the transformer to be used in a capability, its status must active .
    ediType TransformerEdiTypeProperties
    fileFormat TransformerFileFormat
    inputConversion TransformerInputConversion
    Returns a structure that contains the format options for the transformation.
    mapping TransformerMapping
    Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
    mappingTemplate string
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    name string
    Returns the descriptive name for the transformer.
    outputConversion TransformerOutputConversion
    Returns the OutputConversion object, which contains the format options for the outbound transformation.
    sampleDocument string
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    sampleDocuments TransformerSampleDocuments
    Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
    tags Tag[]
    A key-value pair for a specific transformer. Tags are metadata that you can use to search for and group capabilities for various purposes.
    status TransformerStatus
    Returns the state of the newly created transformer. The transformer can be either active or inactive . For the transformer to be used in a capability, its status must active .
    edi_type TransformerEdiTypePropertiesArgs
    file_format TransformerFileFormat
    input_conversion TransformerInputConversionArgs
    Returns a structure that contains the format options for the transformation.
    mapping TransformerMappingArgs
    Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
    mapping_template str
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    name str
    Returns the descriptive name for the transformer.
    output_conversion TransformerOutputConversionArgs
    Returns the OutputConversion object, which contains the format options for the outbound transformation.
    sample_document str
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    sample_documents TransformerSampleDocumentsArgs
    Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
    tags Sequence[TagArgs]
    A key-value pair for a specific transformer. Tags are metadata that you can use to search for and group capabilities for various purposes.
    status "active" | "inactive"
    Returns the state of the newly created transformer. The transformer can be either active or inactive . For the transformer to be used in a capability, its status must active .
    ediType Property Map
    fileFormat "XML" | "JSON" | "NOT_USED"
    inputConversion Property Map
    Returns a structure that contains the format options for the transformation.
    mapping Property Map
    Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
    mappingTemplate String
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    name String
    Returns the descriptive name for the transformer.
    outputConversion Property Map
    Returns the OutputConversion object, which contains the format options for the outbound transformation.
    sampleDocument String
    This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.
    sampleDocuments Property Map
    Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
    tags List<Property Map>
    A key-value pair for a specific transformer. Tags are metadata that you can use to search for and group capabilities for various purposes.

    Outputs

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

    CreatedAt string
    Returns a timestamp indicating when the transformer was created. For example, 2023-07-20T19:58:44.624Z .
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedAt string
    Returns a timestamp representing the date and time for the most recent change for the transformer object.
    TransformerArn string
    Returns an Amazon Resource Name (ARN) for a specific transformer.
    TransformerId string
    The system-assigned unique identifier for the transformer.
    CreatedAt string
    Returns a timestamp indicating when the transformer was created. For example, 2023-07-20T19:58:44.624Z .
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedAt string
    Returns a timestamp representing the date and time for the most recent change for the transformer object.
    TransformerArn string
    Returns an Amazon Resource Name (ARN) for a specific transformer.
    TransformerId string
    The system-assigned unique identifier for the transformer.
    createdAt String
    Returns a timestamp indicating when the transformer was created. For example, 2023-07-20T19:58:44.624Z .
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedAt String
    Returns a timestamp representing the date and time for the most recent change for the transformer object.
    transformerArn String
    Returns an Amazon Resource Name (ARN) for a specific transformer.
    transformerId String
    The system-assigned unique identifier for the transformer.
    createdAt string
    Returns a timestamp indicating when the transformer was created. For example, 2023-07-20T19:58:44.624Z .
    id string
    The provider-assigned unique ID for this managed resource.
    modifiedAt string
    Returns a timestamp representing the date and time for the most recent change for the transformer object.
    transformerArn string
    Returns an Amazon Resource Name (ARN) for a specific transformer.
    transformerId string
    The system-assigned unique identifier for the transformer.
    created_at str
    Returns a timestamp indicating when the transformer was created. For example, 2023-07-20T19:58:44.624Z .
    id str
    The provider-assigned unique ID for this managed resource.
    modified_at str
    Returns a timestamp representing the date and time for the most recent change for the transformer object.
    transformer_arn str
    Returns an Amazon Resource Name (ARN) for a specific transformer.
    transformer_id str
    The system-assigned unique identifier for the transformer.
    createdAt String
    Returns a timestamp indicating when the transformer was created. For example, 2023-07-20T19:58:44.624Z .
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedAt String
    Returns a timestamp representing the date and time for the most recent change for the transformer object.
    transformerArn String
    Returns an Amazon Resource Name (ARN) for a specific transformer.
    transformerId String
    The system-assigned unique identifier for the transformer.

    Supporting Types

    Tag, TagArgs

    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

    TransformerEdiTypeProperties, TransformerEdiTypePropertiesArgs

    TransformerFileFormat, TransformerFileFormatArgs

    Xml
    XML
    Json
    JSON
    NotUsed
    NOT_USED
    TransformerFileFormatXml
    XML
    TransformerFileFormatJson
    JSON
    TransformerFileFormatNotUsed
    NOT_USED
    Xml
    XML
    Json
    JSON
    NotUsed
    NOT_USED
    Xml
    XML
    Json
    JSON
    NotUsed
    NOT_USED
    XML
    XML
    JSON
    JSON
    NOT_USED
    NOT_USED
    "XML"
    XML
    "JSON"
    JSON
    "NOT_USED"
    NOT_USED

    TransformerFormatOptionsProperties, TransformerFormatOptionsPropertiesArgs

    TransformerFromFormat, TransformerFromFormatArgs

    X12
    X12
    TransformerFromFormatX12
    X12
    X12
    X12
    X12
    X12
    X12
    X12
    "X12"
    X12

    TransformerInputConversion, TransformerInputConversionArgs

    TransformerMapping, TransformerMappingArgs

    TransformerMappingTemplateLanguage, TransformerMappingTemplateLanguageArgs

    Xslt
    XSLT
    Jsonata
    JSONATA
    TransformerMappingTemplateLanguageXslt
    XSLT
    TransformerMappingTemplateLanguageJsonata
    JSONATA
    Xslt
    XSLT
    Jsonata
    JSONATA
    Xslt
    XSLT
    Jsonata
    JSONATA
    XSLT
    XSLT
    JSONATA
    JSONATA
    "XSLT"
    XSLT
    "JSONATA"
    JSONATA

    TransformerOutputConversion, TransformerOutputConversionArgs

    TransformerSampleDocumentKeys, TransformerSampleDocumentKeysArgs

    Input string
    Output string
    Input string
    Output string
    input String
    output String
    input string
    output string
    input str
    output str
    input String
    output String

    TransformerSampleDocuments, TransformerSampleDocumentsArgs

    TransformerStatus, TransformerStatusArgs

    Active
    active
    Inactive
    inactive
    TransformerStatusActive
    active
    TransformerStatusInactive
    inactive
    Active
    active
    Inactive
    inactive
    Active
    active
    Inactive
    inactive
    ACTIVE
    active
    INACTIVE
    inactive
    "active"
    active
    "inactive"
    inactive

    TransformerToFormat, TransformerToFormatArgs

    X12
    X12
    TransformerToFormatX12
    X12
    X12
    X12
    X12
    X12
    X12
    X12
    "X12"
    X12

    TransformerX12Details, TransformerX12DetailsArgs

    transactionSet "X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_211" | "X12_214" | "X12_215" | "X12_259" | "X12_260" | "X12_266" | "X12_269" | "X12_270" | "X12_271" | "X12_274" | "X12_275" | "X12_276" | "X12_277" | "X12_278" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_417" | "X12_421" | "X12_426" | "X12_810" | "X12_820" | "X12_824" | "X12_830" | "X12_832" | "X12_834" | "X12_835" | "X12_837" | "X12_844" | "X12_846" | "X12_849" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_865" | "X12_869" | "X12_870" | "X12_940" | "X12_945" | "X12_990" | "X12_997" | "X12_999" | "X12_270_X279" | "X12_271_X279" | "X12_275_X210" | "X12_275_X211" | "X12_276_X212" | "X12_277_X212" | "X12_277_X214" | "X12_277_X364" | "X12_278_X217" | "X12_820_X218" | "X12_820_X306" | "X12_824_X186" | "X12_834_X220" | "X12_834_X307" | "X12_834_X318" | "X12_835_X221" | "X12_837_X222" | "X12_837_X223" | "X12_837_X224" | "X12_837_X291" | "X12_837_X292" | "X12_837_X298" | "X12_999_X231"
    version "VERSION_4010" | "VERSION_4030" | "VERSION_5010" | "VERSION_5010_HIPAA"

    TransformerX12TransactionSet, TransformerX12TransactionSetArgs

    X12110
    X12_110
    X12180
    X12_180
    X12204
    X12_204
    X12210
    X12_210
    X12211
    X12_211
    X12214
    X12_214
    X12215
    X12_215
    X12259
    X12_259
    X12260
    X12_260
    X12266
    X12_266
    X12269
    X12_269
    X12270
    X12_270
    X12271
    X12_271
    X12274
    X12_274
    X12275
    X12_275
    X12276
    X12_276
    X12277
    X12_277
    X12278
    X12_278
    X12310
    X12_310
    X12315
    X12_315
    X12322
    X12_322
    X12404
    X12_404
    X12410
    X12_410
    X12417
    X12_417
    X12421
    X12_421
    X12426
    X12_426
    X12810
    X12_810
    X12820
    X12_820
    X12824
    X12_824
    X12830
    X12_830
    X12832
    X12_832
    X12834
    X12_834
    X12835
    X12_835
    X12837
    X12_837
    X12844
    X12_844
    X12846
    X12_846
    X12849
    X12_849
    X12850
    X12_850
    X12852
    X12_852
    X12855
    X12_855
    X12856
    X12_856
    X12860
    X12_860
    X12861
    X12_861
    X12864
    X12_864
    X12865
    X12_865
    X12869
    X12_869
    X12870
    X12_870
    X12940
    X12_940
    X12945
    X12_945
    X12990
    X12_990
    X12997
    X12_997
    X12999
    X12_999
    X12270x279
    X12_270_X279
    X12271x279
    X12_271_X279
    X12275x210
    X12_275_X210
    X12275x211
    X12_275_X211
    X12276x212
    X12_276_X212
    X12277x212
    X12_277_X212
    X12277x214
    X12_277_X214
    X12277x364
    X12_277_X364
    X12278x217
    X12_278_X217
    X12820x218
    X12_820_X218
    X12820x306
    X12_820_X306
    X12824x186
    X12_824_X186
    X12834x220
    X12_834_X220
    X12834x307
    X12_834_X307
    X12834x318
    X12_834_X318
    X12835x221
    X12_835_X221
    X12837x222
    X12_837_X222
    X12837x223
    X12_837_X223
    X12837x224
    X12_837_X224
    X12837x291
    X12_837_X291
    X12837x292
    X12_837_X292
    X12837x298
    X12_837_X298
    X12999x231
    X12_999_X231
    TransformerX12TransactionSetX12110
    X12_110
    TransformerX12TransactionSetX12180
    X12_180
    TransformerX12TransactionSetX12204
    X12_204
    TransformerX12TransactionSetX12210
    X12_210
    TransformerX12TransactionSetX12211
    X12_211
    TransformerX12TransactionSetX12214
    X12_214
    TransformerX12TransactionSetX12215
    X12_215
    TransformerX12TransactionSetX12259
    X12_259
    TransformerX12TransactionSetX12260
    X12_260
    TransformerX12TransactionSetX12266
    X12_266
    TransformerX12TransactionSetX12269
    X12_269
    TransformerX12TransactionSetX12270
    X12_270
    TransformerX12TransactionSetX12271
    X12_271
    TransformerX12TransactionSetX12274
    X12_274
    TransformerX12TransactionSetX12275
    X12_275
    TransformerX12TransactionSetX12276
    X12_276
    TransformerX12TransactionSetX12277
    X12_277
    TransformerX12TransactionSetX12278
    X12_278
    TransformerX12TransactionSetX12310
    X12_310
    TransformerX12TransactionSetX12315
    X12_315
    TransformerX12TransactionSetX12322
    X12_322
    TransformerX12TransactionSetX12404
    X12_404
    TransformerX12TransactionSetX12410
    X12_410
    TransformerX12TransactionSetX12417
    X12_417
    TransformerX12TransactionSetX12421
    X12_421
    TransformerX12TransactionSetX12426
    X12_426
    TransformerX12TransactionSetX12810
    X12_810
    TransformerX12TransactionSetX12820
    X12_820
    TransformerX12TransactionSetX12824
    X12_824
    TransformerX12TransactionSetX12830
    X12_830
    TransformerX12TransactionSetX12832
    X12_832
    TransformerX12TransactionSetX12834
    X12_834
    TransformerX12TransactionSetX12835
    X12_835
    TransformerX12TransactionSetX12837
    X12_837
    TransformerX12TransactionSetX12844
    X12_844
    TransformerX12TransactionSetX12846
    X12_846
    TransformerX12TransactionSetX12849
    X12_849
    TransformerX12TransactionSetX12850
    X12_850
    TransformerX12TransactionSetX12852
    X12_852
    TransformerX12TransactionSetX12855
    X12_855
    TransformerX12TransactionSetX12856
    X12_856
    TransformerX12TransactionSetX12860
    X12_860
    TransformerX12TransactionSetX12861
    X12_861
    TransformerX12TransactionSetX12864
    X12_864
    TransformerX12TransactionSetX12865
    X12_865
    TransformerX12TransactionSetX12869
    X12_869
    TransformerX12TransactionSetX12870
    X12_870
    TransformerX12TransactionSetX12940
    X12_940
    TransformerX12TransactionSetX12945
    X12_945
    TransformerX12TransactionSetX12990
    X12_990
    TransformerX12TransactionSetX12997
    X12_997
    TransformerX12TransactionSetX12999
    X12_999
    TransformerX12TransactionSetX12270x279
    X12_270_X279
    TransformerX12TransactionSetX12271x279
    X12_271_X279
    TransformerX12TransactionSetX12275x210
    X12_275_X210
    TransformerX12TransactionSetX12275x211
    X12_275_X211
    TransformerX12TransactionSetX12276x212
    X12_276_X212
    TransformerX12TransactionSetX12277x212
    X12_277_X212
    TransformerX12TransactionSetX12277x214
    X12_277_X214
    TransformerX12TransactionSetX12277x364
    X12_277_X364
    TransformerX12TransactionSetX12278x217
    X12_278_X217
    TransformerX12TransactionSetX12820x218
    X12_820_X218
    TransformerX12TransactionSetX12820x306
    X12_820_X306
    TransformerX12TransactionSetX12824x186
    X12_824_X186
    TransformerX12TransactionSetX12834x220
    X12_834_X220
    TransformerX12TransactionSetX12834x307
    X12_834_X307
    TransformerX12TransactionSetX12834x318
    X12_834_X318
    TransformerX12TransactionSetX12835x221
    X12_835_X221
    TransformerX12TransactionSetX12837x222
    X12_837_X222
    TransformerX12TransactionSetX12837x223
    X12_837_X223
    TransformerX12TransactionSetX12837x224
    X12_837_X224
    TransformerX12TransactionSetX12837x291
    X12_837_X291
    TransformerX12TransactionSetX12837x292
    X12_837_X292
    TransformerX12TransactionSetX12837x298
    X12_837_X298
    TransformerX12TransactionSetX12999x231
    X12_999_X231
    X12110
    X12_110
    X12180
    X12_180
    X12204
    X12_204
    X12210
    X12_210
    X12211
    X12_211
    X12214
    X12_214
    X12215
    X12_215
    X12259
    X12_259
    X12260
    X12_260
    X12266
    X12_266
    X12269
    X12_269
    X12270
    X12_270
    X12271
    X12_271
    X12274
    X12_274
    X12275
    X12_275
    X12276
    X12_276
    X12277
    X12_277
    X12278
    X12_278
    X12310
    X12_310
    X12315
    X12_315
    X12322
    X12_322
    X12404
    X12_404
    X12410
    X12_410
    X12417
    X12_417
    X12421
    X12_421
    X12426
    X12_426
    X12810
    X12_810
    X12820
    X12_820
    X12824
    X12_824
    X12830
    X12_830
    X12832
    X12_832
    X12834
    X12_834
    X12835
    X12_835
    X12837
    X12_837
    X12844
    X12_844
    X12846
    X12_846
    X12849
    X12_849
    X12850
    X12_850
    X12852
    X12_852
    X12855
    X12_855
    X12856
    X12_856
    X12860
    X12_860
    X12861
    X12_861
    X12864
    X12_864
    X12865
    X12_865
    X12869
    X12_869
    X12870
    X12_870
    X12940
    X12_940
    X12945
    X12_945
    X12990
    X12_990
    X12997
    X12_997
    X12999
    X12_999
    X12270x279
    X12_270_X279
    X12271x279
    X12_271_X279
    X12275x210
    X12_275_X210
    X12275x211
    X12_275_X211
    X12276x212
    X12_276_X212
    X12277x212
    X12_277_X212
    X12277x214
    X12_277_X214
    X12277x364
    X12_277_X364
    X12278x217
    X12_278_X217
    X12820x218
    X12_820_X218
    X12820x306
    X12_820_X306
    X12824x186
    X12_824_X186
    X12834x220
    X12_834_X220
    X12834x307
    X12_834_X307
    X12834x318
    X12_834_X318
    X12835x221
    X12_835_X221
    X12837x222
    X12_837_X222
    X12837x223
    X12_837_X223
    X12837x224
    X12_837_X224
    X12837x291
    X12_837_X291
    X12837x292
    X12_837_X292
    X12837x298
    X12_837_X298
    X12999x231
    X12_999_X231
    X12110
    X12_110
    X12180
    X12_180
    X12204
    X12_204
    X12210
    X12_210
    X12211
    X12_211
    X12214
    X12_214
    X12215
    X12_215
    X12259
    X12_259
    X12260
    X12_260
    X12266
    X12_266
    X12269
    X12_269
    X12270
    X12_270
    X12271
    X12_271
    X12274
    X12_274
    X12275
    X12_275
    X12276
    X12_276
    X12277
    X12_277
    X12278
    X12_278
    X12310
    X12_310
    X12315
    X12_315
    X12322
    X12_322
    X12404
    X12_404
    X12410
    X12_410
    X12417
    X12_417
    X12421
    X12_421
    X12426
    X12_426
    X12810
    X12_810
    X12820
    X12_820
    X12824
    X12_824
    X12830
    X12_830
    X12832
    X12_832
    X12834
    X12_834
    X12835
    X12_835
    X12837
    X12_837
    X12844
    X12_844
    X12846
    X12_846
    X12849
    X12_849
    X12850
    X12_850
    X12852
    X12_852
    X12855
    X12_855
    X12856
    X12_856
    X12860
    X12_860
    X12861
    X12_861
    X12864
    X12_864
    X12865
    X12_865
    X12869
    X12_869
    X12870
    X12_870
    X12940
    X12_940
    X12945
    X12_945
    X12990
    X12_990
    X12997
    X12_997
    X12999
    X12_999
    X12270x279
    X12_270_X279
    X12271x279
    X12_271_X279
    X12275x210
    X12_275_X210
    X12275x211
    X12_275_X211
    X12276x212
    X12_276_X212
    X12277x212
    X12_277_X212
    X12277x214
    X12_277_X214
    X12277x364
    X12_277_X364
    X12278x217
    X12_278_X217
    X12820x218
    X12_820_X218
    X12820x306
    X12_820_X306
    X12824x186
    X12_824_X186
    X12834x220
    X12_834_X220
    X12834x307
    X12_834_X307
    X12834x318
    X12_834_X318
    X12835x221
    X12_835_X221
    X12837x222
    X12_837_X222
    X12837x223
    X12_837_X223
    X12837x224
    X12_837_X224
    X12837x291
    X12_837_X291
    X12837x292
    X12_837_X292
    X12837x298
    X12_837_X298
    X12999x231
    X12_999_X231
    X12110
    X12_110
    X12180
    X12_180
    X12204
    X12_204
    X12210
    X12_210
    X12211
    X12_211
    X12214
    X12_214
    X12215
    X12_215
    X12259
    X12_259
    X12260
    X12_260
    X12266
    X12_266
    X12269
    X12_269
    X12270
    X12_270
    X12271
    X12_271
    X12274
    X12_274
    X12275
    X12_275
    X12276
    X12_276
    X12277
    X12_277
    X12278
    X12_278
    X12310
    X12_310
    X12315
    X12_315
    X12322
    X12_322
    X12404
    X12_404
    X12410
    X12_410
    X12417
    X12_417
    X12421
    X12_421
    X12426
    X12_426
    X12810
    X12_810
    X12820
    X12_820
    X12824
    X12_824
    X12830
    X12_830
    X12832
    X12_832
    X12834
    X12_834
    X12835
    X12_835
    X12837
    X12_837
    X12844
    X12_844
    X12846
    X12_846
    X12849
    X12_849
    X12850
    X12_850
    X12852
    X12_852
    X12855
    X12_855
    X12856
    X12_856
    X12860
    X12_860
    X12861
    X12_861
    X12864
    X12_864
    X12865
    X12_865
    X12869
    X12_869
    X12870
    X12_870
    X12940
    X12_940
    X12945
    X12_945
    X12990
    X12_990
    X12997
    X12_997
    X12999
    X12_999
    X12270X279
    X12_270_X279
    X12271X279
    X12_271_X279
    X12275X210
    X12_275_X210
    X12275X211
    X12_275_X211
    X12276X212
    X12_276_X212
    X12277X212
    X12_277_X212
    X12277X214
    X12_277_X214
    X12277X364
    X12_277_X364
    X12278X217
    X12_278_X217
    X12820X218
    X12_820_X218
    X12820X306
    X12_820_X306
    X12824X186
    X12_824_X186
    X12834X220
    X12_834_X220
    X12834X307
    X12_834_X307
    X12834X318
    X12_834_X318
    X12835X221
    X12_835_X221
    X12837X222
    X12_837_X222
    X12837X223
    X12_837_X223
    X12837X224
    X12_837_X224
    X12837X291
    X12_837_X291
    X12837X292
    X12_837_X292
    X12837X298
    X12_837_X298
    X12999X231
    X12_999_X231
    "X12_110"
    X12_110
    "X12_180"
    X12_180
    "X12_204"
    X12_204
    "X12_210"
    X12_210
    "X12_211"
    X12_211
    "X12_214"
    X12_214
    "X12_215"
    X12_215
    "X12_259"
    X12_259
    "X12_260"
    X12_260
    "X12_266"
    X12_266
    "X12_269"
    X12_269
    "X12_270"
    X12_270
    "X12_271"
    X12_271
    "X12_274"
    X12_274
    "X12_275"
    X12_275
    "X12_276"
    X12_276
    "X12_277"
    X12_277
    "X12_278"
    X12_278
    "X12_310"
    X12_310
    "X12_315"
    X12_315
    "X12_322"
    X12_322
    "X12_404"
    X12_404
    "X12_410"
    X12_410
    "X12_417"
    X12_417
    "X12_421"
    X12_421
    "X12_426"
    X12_426
    "X12_810"
    X12_810
    "X12_820"
    X12_820
    "X12_824"
    X12_824
    "X12_830"
    X12_830
    "X12_832"
    X12_832
    "X12_834"
    X12_834
    "X12_835"
    X12_835
    "X12_837"
    X12_837
    "X12_844"
    X12_844
    "X12_846"
    X12_846
    "X12_849"
    X12_849
    "X12_850"
    X12_850
    "X12_852"
    X12_852
    "X12_855"
    X12_855
    "X12_856"
    X12_856
    "X12_860"
    X12_860
    "X12_861"
    X12_861
    "X12_864"
    X12_864
    "X12_865"
    X12_865
    "X12_869"
    X12_869
    "X12_870"
    X12_870
    "X12_940"
    X12_940
    "X12_945"
    X12_945
    "X12_990"
    X12_990
    "X12_997"
    X12_997
    "X12_999"
    X12_999
    "X12_270_X279"
    X12_270_X279
    "X12_271_X279"
    X12_271_X279
    "X12_275_X210"
    X12_275_X210
    "X12_275_X211"
    X12_275_X211
    "X12_276_X212"
    X12_276_X212
    "X12_277_X212"
    X12_277_X212
    "X12_277_X214"
    X12_277_X214
    "X12_277_X364"
    X12_277_X364
    "X12_278_X217"
    X12_278_X217
    "X12_820_X218"
    X12_820_X218
    "X12_820_X306"
    X12_820_X306
    "X12_824_X186"
    X12_824_X186
    "X12_834_X220"
    X12_834_X220
    "X12_834_X307"
    X12_834_X307
    "X12_834_X318"
    X12_834_X318
    "X12_835_X221"
    X12_835_X221
    "X12_837_X222"
    X12_837_X222
    "X12_837_X223"
    X12_837_X223
    "X12_837_X224"
    X12_837_X224
    "X12_837_X291"
    X12_837_X291
    "X12_837_X292"
    X12_837_X292
    "X12_837_X298"
    X12_837_X298
    "X12_999_X231"
    X12_999_X231

    TransformerX12Version, TransformerX12VersionArgs

    Version4010
    VERSION_4010
    Version4030
    VERSION_4030
    Version5010
    VERSION_5010
    Version5010Hipaa
    VERSION_5010_HIPAA
    TransformerX12VersionVersion4010
    VERSION_4010
    TransformerX12VersionVersion4030
    VERSION_4030
    TransformerX12VersionVersion5010
    VERSION_5010
    TransformerX12VersionVersion5010Hipaa
    VERSION_5010_HIPAA
    Version4010
    VERSION_4010
    Version4030
    VERSION_4030
    Version5010
    VERSION_5010
    Version5010Hipaa
    VERSION_5010_HIPAA
    Version4010
    VERSION_4010
    Version4030
    VERSION_4030
    Version5010
    VERSION_5010
    Version5010Hipaa
    VERSION_5010_HIPAA
    VERSION4010
    VERSION_4010
    VERSION4030
    VERSION_4030
    VERSION5010
    VERSION_5010
    VERSION5010_HIPAA
    VERSION_5010_HIPAA
    "VERSION_4010"
    VERSION_4010
    "VERSION_4030"
    VERSION_4030
    "VERSION_5010"
    VERSION_5010
    "VERSION_5010_HIPAA"
    VERSION_5010_HIPAA

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

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

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi