Show / Hide Table of Contents

Interface CfnConnectAttachment.IConnectAttachmentOptionsProperty

Describes a core network Connect attachment options.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnectAttachment.IConnectAttachmentOptionsProperty
Syntax (vb)
Public Interface CfnConnectAttachment.IConnectAttachmentOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-connectattachmentoptions.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.NetworkManager;

             var connectAttachmentOptionsProperty = new ConnectAttachmentOptionsProperty {
                 Protocol = "protocol"
             };

Synopsis

Properties

Protocol

The protocol used for the attachment connection.

Properties

Protocol

The protocol used for the attachment connection.

string? Protocol { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-connectattachmentoptions.html#cfn-networkmanager-connectattachment-connectattachmentoptions-protocol

Back to top Generated by DocFX