@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.065Z") @Stability(value=Stable) public interface CfnSiteToSiteVpnAttachmentProps 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.*;
CfnSiteToSiteVpnAttachmentProps cfnSiteToSiteVpnAttachmentProps = CfnSiteToSiteVpnAttachmentProps.builder()
.coreNetworkId("coreNetworkId")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpnConnectionArn("vpnConnectionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSiteToSiteVpnAttachmentProps.Builder
A builder for
CfnSiteToSiteVpnAttachmentProps |
static class |
CfnSiteToSiteVpnAttachmentProps.Jsii$Proxy
An implementation for
CfnSiteToSiteVpnAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSiteToSiteVpnAttachmentProps.Builder |
builder() |
default String |
getCoreNetworkId()
The core network ID.
|
default List<CfnTag> |
getTags()
The tags associated with the site-to-site VPN attachment.
|
default String |
getVpnConnectionArn()
The ARN of the site-to-site VPN attachment.
|
@Stability(value=Stable) @Nullable default String getCoreNetworkId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getVpnConnectionArn()
@Stability(value=Stable) static CfnSiteToSiteVpnAttachmentProps.Builder builder()
Copyright © 2022. All rights reserved.