@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-02-09T02:14:27.779Z")
public interface CfnSiteToSiteVpnAttachmentProps
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") .vpnConnectionArn("vpnConnectionArn") // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .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() |
java.lang.String |
getCoreNetworkId()
`AWS::NetworkManager::SiteToSiteVpnAttachment.CoreNetworkId`.
|
default java.util.List<CfnTag> |
getTags()
`AWS::NetworkManager::SiteToSiteVpnAttachment.Tags`.
|
java.lang.String |
getVpnConnectionArn()
The ARN of the site-to-site VPN attachment.
|
java.lang.String getCoreNetworkId()
java.lang.String getVpnConnectionArn()
default java.util.List<CfnTag> getTags()
static CfnSiteToSiteVpnAttachmentProps.Builder builder()