@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.043Z") @Stability(value=Stable) public interface CfnConnectAttachmentProps 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.*;
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 String |
getCoreNetworkId()
The core network ID.
|
default String |
getEdgeLocation()
The Region where the edge is located.
|
default Object |
getOptions()
Options for creating a Connect attachment.
|
default List<CfnTag> |
getTags()
The tags associated with the Connect attachment.
|
default String |
getTransportAttachmentId()
The ID of the attachment between the two connections.
|
@Stability(value=Stable) @Nullable default String getCoreNetworkId()
@Stability(value=Stable) @Nullable default String getEdgeLocation()
@Stability(value=Stable) @Nullable default Object getOptions()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTransportAttachmentId()
@Stability(value=Stable) static CfnConnectAttachmentProps.Builder builder()
CfnConnectAttachmentProps.Builder of CfnConnectAttachmentPropsCopyright © 2022. All rights reserved.