Class CfnPartnershipProps
Properties for defining a CfnPartnership
.
Inheritance
Implements
Namespace: Amazon.CDK.AwsB2Bi
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPartnershipProps : Object, ICfnPartnershipProps
Syntax (vb)
Public Class CfnPartnershipProps
Inherits Object
Implements ICfnPartnershipProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-partnership.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 cfnPartnershipProps = new CfnPartnershipProps {
Capabilities = new [] { "capabilities" },
Email = "email",
Name = "name",
ProfileId = "profileId",
// the properties below are optional
CapabilityOptions = new CapabilityOptionsProperty {
OutboundEdi = new OutboundEdiOptionsProperty {
X12 = new X12EnvelopeProperty {
Common = new X12OutboundEdiHeadersProperty {
Delimiters = new X12DelimitersProperty {
ComponentSeparator = "componentSeparator",
DataElementSeparator = "dataElementSeparator",
SegmentTerminator = "segmentTerminator"
},
FunctionalGroupHeaders = new X12FunctionalGroupHeadersProperty {
ApplicationReceiverCode = "applicationReceiverCode",
ApplicationSenderCode = "applicationSenderCode",
ResponsibleAgencyCode = "responsibleAgencyCode"
},
InterchangeControlHeaders = new X12InterchangeControlHeadersProperty {
AcknowledgmentRequestedCode = "acknowledgmentRequestedCode",
ReceiverId = "receiverId",
ReceiverIdQualifier = "receiverIdQualifier",
RepetitionSeparator = "repetitionSeparator",
SenderId = "senderId",
SenderIdQualifier = "senderIdQualifier",
UsageIndicatorCode = "usageIndicatorCode"
},
ValidateEdi = false
}
}
}
},
Phone = "phone",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Capabilities | Returns one or more capabilities associated with this partnership. |
Capability |
Contains the details for an Outbound EDI capability. |
Name | Returns the name of the partnership. |
Phone | |
Profile |
Returns the unique, system-generated identifier for the profile connected to this partnership. |
Tags | A key-value pair for a specific partnership. |
Constructors
CfnPartnershipProps()
public CfnPartnershipProps()
Properties
Capabilities
Returns one or more capabilities associated with this partnership.
public string[] Capabilities { get; set; }
Property Value
System.
Remarks
CapabilityOptions
Contains the details for an Outbound EDI capability.
public object CapabilityOptions { get; set; }
Property Value
System.
Remarks
public string Email { get; set; }
Property Value
System.
Remarks
Name
Returns the name of the partnership.
public string Name { get; set; }
Property Value
System.
Remarks
Phone
public string Phone { get; set; }
Property Value
System.
Remarks
ProfileId
Returns the unique, system-generated identifier for the profile connected to this partnership.
public string ProfileId { get; set; }
Property Value
System.
Remarks
Tags
A key-value pair for a specific partnership.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn
Remarks
Tags are metadata that you can use to search for and group capabilities for various purposes.