@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:34.195Z")
public interface CfnConnectAttachmentProps
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.*; CfnConnectAttachmentProps cfnConnectAttachmentProps = CfnConnectAttachmentProps.builder() .coreNetworkId("coreNetworkId") .edgeLocation("edgeLocation") .options(ConnectAttachmentOptionsProperty.builder() .protocol("protocol") .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .transportAttachmentId("transportAttachmentId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectAttachmentProps.Builder
A builder for
CfnConnectAttachmentProps |
static class |
CfnConnectAttachmentProps.Jsii$Proxy
An implementation for
CfnConnectAttachmentProps |
Modifier and Type | Method and Description |
---|---|
static CfnConnectAttachmentProps.Builder |
builder() |
default java.lang.String |
getCoreNetworkId()
The core network ID.
|
default java.lang.String |
getEdgeLocation()
The Region where the edge is located.
|
default java.lang.Object |
getOptions()
Options for creating a Connect attachment.
|
default java.util.List<CfnTag> |
getTags()
The tags associated with the Connect attachment.
|
default java.lang.String |
getTransportAttachmentId()
The ID of the attachment between the two connections.
|
default java.lang.String getCoreNetworkId()
default java.lang.String getEdgeLocation()
default java.lang.Object getOptions()
default java.util.List<CfnTag> getTags()
default java.lang.String getTransportAttachmentId()
static CfnConnectAttachmentProps.Builder builder()
CfnConnectAttachmentProps.Builder
of CfnConnectAttachmentProps