interface ConnectAttachmentOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NetworkManager.CfnConnectAttachment.ConnectAttachmentOptionsProperty |
Java | software.amazon.awscdk.services.networkmanager.CfnConnectAttachment.ConnectAttachmentOptionsProperty |
Python | aws_cdk.aws_networkmanager.CfnConnectAttachment.ConnectAttachmentOptionsProperty |
TypeScript | @aws-cdk/aws-networkmanager » CfnConnectAttachment » ConnectAttachmentOptionsProperty |
Describes a core network Connect attachment options.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as networkmanager from '@aws-cdk/aws-networkmanager';
const connectAttachmentOptionsProperty: networkmanager.CfnConnectAttachment.ConnectAttachmentOptionsProperty = {
protocol: 'protocol',
};
Properties
| Name | Type | Description |
|---|---|---|
| protocol? | string | The protocol used for the attachment connection. |
protocol?
Type:
string
(optional)
The protocol used for the attachment connection.

.NET
Java
Python
TypeScript