We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.b2bi.getTransformer
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of AWS::B2BI::Transformer Resource Type
Using getTransformer
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 getTransformer(args: GetTransformerArgs, opts?: InvokeOptions): Promise<GetTransformerResult>
function getTransformerOutput(args: GetTransformerOutputArgs, opts?: InvokeOptions): Output<GetTransformerResult>
def get_transformer(transformer_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransformerResult
def get_transformer_output(transformer_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransformerResult]
func LookupTransformer(ctx *Context, args *LookupTransformerArgs, opts ...InvokeOption) (*LookupTransformerResult, error)
func LookupTransformerOutput(ctx *Context, args *LookupTransformerOutputArgs, opts ...InvokeOption) LookupTransformerResultOutput
> Note: This function is named LookupTransformer
in the Go SDK.
public static class GetTransformer
{
public static Task<GetTransformerResult> InvokeAsync(GetTransformerArgs args, InvokeOptions? opts = null)
public static Output<GetTransformerResult> Invoke(GetTransformerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTransformerResult> getTransformer(GetTransformerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:b2bi:getTransformer
arguments:
# arguments dictionary
The following arguments are supported:
- Transformer
Id string - The system-assigned unique identifier for the transformer.
- Transformer
Id string - The system-assigned unique identifier for the transformer.
- transformer
Id String - The system-assigned unique identifier for the transformer.
- transformer
Id string - The system-assigned unique identifier for the transformer.
- transformer_
id str - The system-assigned unique identifier for the transformer.
- transformer
Id String - The system-assigned unique identifier for the transformer.
getTransformer Result
The following output properties are available:
- Created
At string - Returns a timestamp indicating when the transformer was created. For example,
2023-07-20T19:58:44.624Z
. - Edi
Type Pulumi.Aws Native. B2bi. Outputs. Transformer Edi Type Properties - 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.
- File
Format Pulumi.Aws Native. B2bi. Transformer File Format - Returns that the currently supported file formats for EDI transformations are
JSON
andXML
. - Mapping
Template string - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- Modified
At string - Returns a timestamp representing the date and time for the most recent change for the transformer object.
- Name string
- Returns the descriptive name for the transformer.
- Sample
Document string - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- Status
Pulumi.
Aws Native. B2bi. Transformer Status - Returns the state of the newly created transformer. The transformer can be either
active
orinactive
. For the transformer to be used in a capability, its status mustactive
. - List<Pulumi.
Aws Native. Outputs. 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.
- Transformer
Arn string - Returns an Amazon Resource Name (ARN) for a specific transformer.
- Transformer
Id string - The system-assigned unique identifier for the transformer.
- Created
At string - Returns a timestamp indicating when the transformer was created. For example,
2023-07-20T19:58:44.624Z
. - Edi
Type TransformerEdi Type Properties - 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.
- File
Format TransformerFile Format - Returns that the currently supported file formats for EDI transformations are
JSON
andXML
. - Mapping
Template string - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- Modified
At string - Returns a timestamp representing the date and time for the most recent change for the transformer object.
- Name string
- Returns the descriptive name for the transformer.
- Sample
Document string - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- Status
Transformer
Status - Returns the state of the newly created transformer. The transformer can be either
active
orinactive
. For the transformer to be used in a capability, its status mustactive
. - 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.
- Transformer
Arn string - Returns an Amazon Resource Name (ARN) for a specific transformer.
- Transformer
Id string - The system-assigned unique identifier for the transformer.
- created
At String - Returns a timestamp indicating when the transformer was created. For example,
2023-07-20T19:58:44.624Z
. - edi
Type TransformerEdi Type Properties - 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.
- file
Format TransformerFile Format - Returns that the currently supported file formats for EDI transformations are
JSON
andXML
. - mapping
Template String - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- modified
At String - Returns a timestamp representing the date and time for the most recent change for the transformer object.
- name String
- Returns the descriptive name for the transformer.
- sample
Document String - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- status
Transformer
Status - Returns the state of the newly created transformer. The transformer can be either
active
orinactive
. For the transformer to be used in a capability, its status mustactive
. - 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.
- transformer
Arn String - Returns an Amazon Resource Name (ARN) for a specific transformer.
- transformer
Id String - The system-assigned unique identifier for the transformer.
- created
At string - Returns a timestamp indicating when the transformer was created. For example,
2023-07-20T19:58:44.624Z
. - edi
Type TransformerEdi Type Properties - 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.
- file
Format TransformerFile Format - Returns that the currently supported file formats for EDI transformations are
JSON
andXML
. - mapping
Template string - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- modified
At string - Returns a timestamp representing the date and time for the most recent change for the transformer object.
- name string
- Returns the descriptive name for the transformer.
- sample
Document string - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- status
Transformer
Status - Returns the state of the newly created transformer. The transformer can be either
active
orinactive
. For the transformer to be used in a capability, its status mustactive
. - 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.
- transformer
Arn string - Returns an Amazon Resource Name (ARN) for a specific transformer.
- transformer
Id 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
. - edi_
type TransformerEdi Type Properties - 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.
- file_
format TransformerFile Format - Returns that the currently supported file formats for EDI transformations are
JSON
andXML
. - mapping_
template str - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- modified_
at str - Returns a timestamp representing the date and time for the most recent change for the transformer object.
- name str
- Returns the descriptive name for the transformer.
- sample_
document str - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- status
Transformer
Status - Returns the state of the newly created transformer. The transformer can be either
active
orinactive
. For the transformer to be used in a capability, its status mustactive
. - Sequence[root_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.
- transformer_
arn str - Returns an Amazon Resource Name (ARN) for a specific transformer.
- transformer_
id str - The system-assigned unique identifier for the transformer.
- created
At String - Returns a timestamp indicating when the transformer was created. For example,
2023-07-20T19:58:44.624Z
. - edi
Type Property Map - 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.
- file
Format "XML" | "JSON" - Returns that the currently supported file formats for EDI transformations are
JSON
andXML
. - mapping
Template String - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- modified
At String - Returns a timestamp representing the date and time for the most recent change for the transformer object.
- name String
- Returns the descriptive name for the transformer.
- sample
Document String - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- status "active" | "inactive"
- Returns the state of the newly created transformer. The transformer can be either
active
orinactive
. For the transformer to be used in a capability, its status mustactive
. - 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.
- transformer
Arn String - Returns an Amazon Resource Name (ARN) for a specific transformer.
- transformer
Id String - The system-assigned unique identifier for the transformer.
Supporting Types
Tag
TransformerEdiTypeProperties
TransformerFileFormat
TransformerStatus
TransformerX12Details
- transaction
Set "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
TransformerX12Version
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi