Show / Hide Table of Contents

Class CfnTransformerPropsMixin.FormatOptionsProperty

A structure that contains the X12 transaction set and version.

Inheritance
object
CfnTransformerPropsMixin.FormatOptionsProperty
Implements
CfnTransformerPropsMixin.IFormatOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.B2BI.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTransformerPropsMixin.FormatOptionsProperty : CfnTransformerPropsMixin.IFormatOptionsProperty
Syntax (vb)
Public Class CfnTransformerPropsMixin.FormatOptionsProperty Implements CfnTransformerPropsMixin.IFormatOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-formatoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.B2BI.Mixins;

             var formatOptionsProperty = new FormatOptionsProperty {
                 X12 = new X12DetailsProperty {
                     TransactionSet = "transactionSet",
                     Version = "version"
                 }
             };

Synopsis

Constructors

FormatOptionsProperty()

A structure that contains the X12 transaction set and version.

Properties

X12

A structure that contains the X12 transaction set and version.

Constructors

FormatOptionsProperty()

A structure that contains the X12 transaction set and version.

public FormatOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-formatoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.B2BI.Mixins;

             var formatOptionsProperty = new FormatOptionsProperty {
                 X12 = new X12DetailsProperty {
                     TransactionSet = "transactionSet",
                     Version = "version"
                 }
             };

Properties

X12

A structure that contains the X12 transaction set and version.

public object? X12 { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-formatoptions.html#cfn-b2bi-transformer-formatoptions-x12

Type union: either IResolvable or CfnTransformerPropsMixin.IX12DetailsProperty

Implements

CfnTransformerPropsMixin.IFormatOptionsProperty
Back to top Generated by DocFX