Show / Hide Table of Contents

Class CfnCapability.EdiTypeProperty

Inheritance
object
CfnCapability.EdiTypeProperty
Implements
CfnCapability.IEdiTypeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCapability.EdiTypeProperty : CfnCapability.IEdiTypeProperty
Syntax (vb)
Public Class CfnCapability.EdiTypeProperty Implements CfnCapability.IEdiTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-capability-editype.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.AWS.B2BI;

             var ediTypeProperty = new EdiTypeProperty {
                 X12Details = new X12DetailsProperty {
                     TransactionSet = "transactionSet",
                     Version = "version"
                 }
             };

Synopsis

Constructors

EdiTypeProperty()

Properties

X12Details

Constructors

EdiTypeProperty()

public EdiTypeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-capability-editype.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.AWS.B2BI;

             var ediTypeProperty = new EdiTypeProperty {
                 X12Details = new X12DetailsProperty {
                     TransactionSet = "transactionSet",
                     Version = "version"
                 }
             };

Properties

X12Details

public object X12Details { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-capability-editype.html#cfn-b2bi-capability-editype-x12details

Type union: either IResolvable or CfnCapability.IX12DetailsProperty

Implements

CfnCapability.IEdiTypeProperty
Back to top Generated by DocFX