@Stability(value=Stable)
public static interface CfnConnectAttachment.ConnectAttachmentOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
ConnectAttachmentOptionsProperty connectAttachmentOptionsProperty = ConnectAttachmentOptionsProperty.builder()
.protocol("protocol")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectAttachment.ConnectAttachmentOptionsProperty.Builder
A builder for
CfnConnectAttachment.ConnectAttachmentOptionsProperty |
static class |
CfnConnectAttachment.ConnectAttachmentOptionsProperty.Jsii$Proxy
An implementation for
CfnConnectAttachment.ConnectAttachmentOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectAttachment.ConnectAttachmentOptionsProperty.Builder |
builder() |
default String |
getProtocol()
The protocol used for the attachment connection.
|
@Stability(value=Stable) @Nullable default String getProtocol()
@Stability(value=Stable) static CfnConnectAttachment.ConnectAttachmentOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.