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
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:39.202Z")
@Stability(Stable)
public class CfnTransformer
extends CfnResource
implements IInspectable, ITaggableV2
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") .name("name") .status("status") // the properties below are optional .ediType(EdiTypeProperty.builder() .x12Details(X12DetailsProperty.builder() .transactionSet("transactionSet") .version("version") .build()) .build()) .fileFormat("fileFormat") .inputConversion(InputConversionProperty.builder() .fromFormat("fromFormat") // the properties below are optional .formatOptions(FormatOptionsProperty.builder() .x12(X12DetailsProperty.builder() .transactionSet("transactionSet") .version("version") .build()) .build()) .build()) .mapping(MappingProperty.builder() .templateLanguage("templateLanguage") // the properties below are optional .template("template") .build()) .mappingTemplate("mappingTemplate") .outputConversion(OutputConversionProperty.builder() .toFormat("toFormat") // the properties below are optional .formatOptions(FormatOptionsProperty.builder() .x12(X12DetailsProperty.builder() .transactionSet("transactionSet") .version("version") .build()) .build()) .build()) .sampleDocument("sampleDocument") .sampleDocuments(SampleDocumentsProperty.builder() .bucketName("bucketName") .keys(List.of(SampleDocumentKeysProperty.builder() .input("input") .output("output") .build())) .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnTransformer
.static interface
Specifies the details for the EDI standard that is being used for the transformer.static interface
Example:static interface
Example:static interface
Example:static interface
Example:static interface
Example:static interface
Example:static interface
A structure that contains the X12 transaction set and version.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnTransformer
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnTransformer
(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 a timestamp representing the date and time for the most recent change for the transformer object.Returns an Amazon Resource Name (ARN) for a specific transformer.The system-assigned unique identifier for the transformer.Tag Manager which manages the tags for this resource.Deprecated.this property has been deprecatedDeprecated.this property has been deprecatedDeprecated.this property has been deprecatedgetName()
Returns the descriptive name for the transformer.Deprecated.this property has been deprecatedReturns the state of the newly created transformer.getTags()
A key-value pair for a specific transformer.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setEdiType
(IResolvable value) Deprecated.this property has been deprecatedvoid
Deprecated.this property has been deprecatedvoid
setFileFormat
(String value) Deprecated.this property has been deprecatedvoid
setInputConversion
(IResolvable value) void
void
setMapping
(IResolvable value) void
void
setMappingTemplate
(String value) Deprecated.this property has been deprecatedvoid
Returns the descriptive name for the transformer.void
setOutputConversion
(IResolvable value) void
void
setSampleDocument
(String value) Deprecated.this property has been deprecatedvoid
setSampleDocuments
(IResolvable value) void
void
Returns the state of the newly created transformer.void
A 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, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
inspect
in 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:
renderProperties
in 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
. -
getAttrModifiedAt
Returns a timestamp representing the date and time for the most recent change for the transformer object. -
getAttrTransformerArn
Returns an Amazon Resource Name (ARN) for a specific transformer. -
getAttrTransformerId
The system-assigned unique identifier for the transformer. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
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. -
getEdiType
Deprecated.this property has been deprecated(deprecated) Returns the details for the EDI standard that is being used for the transformer. -
setEdiType
Deprecated.this property has been deprecated(deprecated) Returns the details for the EDI standard that is being used for the transformer. -
setEdiType
@Stability(Deprecated) @Deprecated public void setEdiType(@Nullable CfnTransformer.EdiTypeProperty value) Deprecated.this property has been deprecated(deprecated) Returns the details for the EDI standard that is being used for the transformer. -
getFileFormat
Deprecated.this property has been deprecated(deprecated) Returns that the currently supported file formats for EDI transformations areJSON
andXML
. -
setFileFormat
Deprecated.this property has been deprecated(deprecated) Returns that the currently supported file formats for EDI transformations areJSON
andXML
. -
getInputConversion
-
setInputConversion
-
setInputConversion
@Stability(Stable) public void setInputConversion(@Nullable CfnTransformer.InputConversionProperty value) -
getMapping
-
setMapping
-
setMapping
-
getMappingTemplate
Deprecated.this property has been deprecated(deprecated) Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
setMappingTemplate
Deprecated.this property has been deprecated(deprecated) Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
getOutputConversion
-
setOutputConversion
-
setOutputConversion
@Stability(Stable) public void setOutputConversion(@Nullable CfnTransformer.OutputConversionProperty value) -
getSampleDocument
Deprecated.this property has been deprecated(deprecated) Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
setSampleDocument
Deprecated.this property has been deprecated(deprecated) Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data. -
getSampleDocuments
-
setSampleDocuments
-
setSampleDocuments
@Stability(Stable) public void setSampleDocuments(@Nullable CfnTransformer.SampleDocumentsProperty value) -
getTags
A key-value pair for a specific transformer. -
setTags
A key-value pair for a specific transformer.
-