Class CfnTransformer
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.b2bi.CfnTransformer
- All Implemented Interfaces:
IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-03T18:29:22.270Z")
@Stability(Stable)
public class CfnTransformer
extends CfnResource
implements IInspectable
Creates a transformer.
A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.b2bi.*;
CfnTransformer cfnTransformer = CfnTransformer.Builder.create(this, "MyCfnTransformer")
.ediType(EdiTypeProperty.builder()
.x12Details(X12DetailsProperty.builder()
.transactionSet("transactionSet")
.version("version")
.build())
.build())
.fileFormat("fileFormat")
.mappingTemplate("mappingTemplate")
.name("name")
.status("status")
// the properties below are optional
.modifiedAt("modifiedAt")
.sampleDocument("sampleDocument")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnTransformer.static interfaceSpecifies the details for the EDI standard that is being used for the transformer.static interfaceA structure that contains the X12 transaction set and version.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnTransformer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnTransformer(software.amazon.jsii.JsiiObjectRef objRef) CfnTransformer(software.constructs.Construct scope, String id, CfnTransformerProps props) -
Method Summary
Modifier and TypeMethodDescriptionReturns a timestamp indicating when the transformer was created.Returns an Amazon Resource Name (ARN) for a specific transformer.The system-assigned unique identifier for the transformer.Returns the details for the EDI standard that is being used for the transformer.Returns that the currently supported file formats for EDI transformations areJSONandXML.Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.Returns a timestamp representing the date and time for the most recent change for the transformer object.getName()Returns the descriptive name for the transformer.Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.Returns the state of the newly created transformer.getTags()A key-value pair for a specific transformer.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetEdiType(IResolvable value) Returns the details for the EDI standard that is being used for the transformer.voidReturns the details for the EDI standard that is being used for the transformer.voidsetFileFormat(String value) Returns that the currently supported file formats for EDI transformations areJSONandXML.voidsetMappingTemplate(String value) Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.voidsetModifiedAt(String value) Returns a timestamp representing the date and time for the most recent change for the transformer object.voidReturns the descriptive name for the transformer.voidsetSampleDocument(String value) Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.voidReturns the state of the newly created transformer.voidA key-value pair for a specific transformer.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnTransformer
protected CfnTransformer(software.amazon.jsii.JsiiObjectRef objRef) -
CfnTransformer
protected CfnTransformer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnTransformer
@Stability(Stable) public CfnTransformer(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnTransformerProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedAt
Returns a timestamp indicating when the transformer was created.For example,
2023-07-20T19:58:44.624Z. -
getAttrTransformerArn
Returns an Amazon Resource Name (ARN) for a specific transformer. -
getAttrTransformerId
The system-assigned unique identifier for the transformer. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getEdiType
Returns the details for the EDI standard that is being used for the transformer. -
setEdiType
Returns the details for the EDI standard that is being used for the transformer. -
setEdiType
Returns the details for the EDI standard that is being used for the transformer. -
getFileFormat
Returns that the currently supported file formats for EDI transformations areJSONandXML. -
setFileFormat
Returns that the currently supported file formats for EDI transformations areJSONandXML. -
getMappingTemplate
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
setMappingTemplate
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
getName
Returns the descriptive name for the transformer. -
setName
Returns the descriptive name for the transformer. -
getStatus
Returns the state of the newly created transformer. -
setStatus
Returns the state of the newly created transformer. -
getModifiedAt
Returns a timestamp representing the date and time for the most recent change for the transformer object. -
setModifiedAt
Returns a timestamp representing the date and time for the most recent change for the transformer object. -
getSampleDocument
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
setSampleDocument
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
getTags
A key-value pair for a specific transformer. -
setTags
A key-value pair for a specific transformer.
-