Class CfnSiteToSiteVpnAttachment
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.networkmanager.CfnSiteToSiteVpnAttachment
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,ISiteToSiteVpnAttachmentRef,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:09.774Z")
@Stability(Stable)
public class CfnSiteToSiteVpnAttachment
extends CfnResource
implements IInspectable, ISiteToSiteVpnAttachmentRef, ITaggable
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
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.*;
CfnSiteToSiteVpnAttachment cfnSiteToSiteVpnAttachment = CfnSiteToSiteVpnAttachment.Builder.create(this, "MyCfnSiteToSiteVpnAttachment")
.coreNetworkId("coreNetworkId")
.vpnConnectionArn("vpnConnectionArn")
// the properties below are optional
.networkFunctionGroupName("networkFunctionGroupName")
.proposedNetworkFunctionGroupChange(ProposedNetworkFunctionGroupChangeProperty.builder()
.attachmentPolicyRuleNumber(123)
.networkFunctionGroupName("networkFunctionGroupName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.proposedSegmentChange(ProposedSegmentChangeProperty.builder()
.attachmentPolicyRuleNumber(123)
.segmentName("segmentName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnSiteToSiteVpnAttachment.static interfaceDescribes proposed changes to a network function group.static interfaceDescribes a proposed segment change.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.networkmanager.ISiteToSiteVpnAttachmentRef
ISiteToSiteVpnAttachmentRef.Jsii$Default, ISiteToSiteVpnAttachmentRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnSiteToSiteVpnAttachment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnSiteToSiteVpnAttachment(software.amazon.jsii.JsiiObjectRef objRef) CfnSiteToSiteVpnAttachment(software.constructs.Construct scope, String id, CfnSiteToSiteVpnAttachmentProps props) Create a newAWS::NetworkManager::SiteToSiteVpnAttachment. -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the site-to-site VPN attachment.The policy rule number associated with the attachment.The type of attachment.The ARN of the core network.The timestamp when the site-to-site VPN attachment was created.The Region where the core network edge is located.Errors from the last modification of the attachment.The ID of the site-to-site VPN attachment owner.The resource ARN for the site-to-site VPN attachment.The name of the site-to-site VPN attachment's segment.The state of the site-to-site VPN attachment.The timestamp when the site-to-site VPN attachment was last updated.The ID of a core network where you're creating a site-to-site VPN attachment.The name of the network function group.Describes proposed changes to a network function group.Describes a proposed segment change.A reference to a SiteToSiteVpnAttachment resource.getTags()Tag Manager which manages the tags for this resource.The tags associated with the Site-to-Site VPN attachment.The ARN of the site-to-site VPN attachment.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetCoreNetworkId(String value) The ID of a core network where you're creating a site-to-site VPN attachment.voidThe name of the network function group.voidDescribes proposed changes to a network function group.voidsetProposedNetworkFunctionGroupChange(CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty value) Describes proposed changes to a network function group.voidDescribes a proposed segment change.voidDescribes a proposed segment change.voidsetTagsRaw(List<CfnTag> value) The tags associated with the Site-to-Site VPN attachment.voidsetVpnConnectionArn(String value) The ARN of the site-to-site VPN attachment.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnSiteToSiteVpnAttachment
protected CfnSiteToSiteVpnAttachment(software.amazon.jsii.JsiiObjectRef objRef) -
CfnSiteToSiteVpnAttachment
protected CfnSiteToSiteVpnAttachment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnSiteToSiteVpnAttachment
@Stability(Stable) public CfnSiteToSiteVpnAttachment(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnSiteToSiteVpnAttachmentProps props) Create a newAWS::NetworkManager::SiteToSiteVpnAttachment.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrAttachmentId
The ID of the site-to-site VPN attachment. -
getAttrAttachmentPolicyRuleNumber
The policy rule number associated with the attachment. -
getAttrAttachmentType
The type of attachment.This will be
SITE_TO_SITE_VPN. -
getAttrCoreNetworkArn
The ARN of the core network. -
getAttrCreatedAt
The timestamp when the site-to-site VPN attachment was created. -
getAttrEdgeLocation
The Region where the core network edge is located. -
getAttrLastModificationErrors
Errors from the last modification of the attachment. -
getAttrOwnerAccountId
The ID of the site-to-site VPN attachment owner. -
getAttrResourceArn
The resource ARN for the site-to-site VPN attachment. -
getAttrSegmentName
The name of the site-to-site VPN attachment's segment. -
getAttrState
The state of the site-to-site VPN attachment.This can be:
REJECTED|PENDING_ATTACHMENT_ACCEPTANCE|CREATING|FAILED|AVAILABLE|UPDATING|PENDING_NETWORK_UPDATE|PENDING_TAG_ACCEPTANCE|DELETING. -
getAttrUpdatedAt
The timestamp when the site-to-site VPN attachment was last updated. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getSiteToSiteVpnAttachmentRef
A reference to a SiteToSiteVpnAttachment resource.- Specified by:
getSiteToSiteVpnAttachmentRefin interfaceISiteToSiteVpnAttachmentRef
-
getTags
Tag Manager which manages the tags for this resource. -
getCoreNetworkId
The ID of a core network where you're creating a site-to-site VPN attachment. -
setCoreNetworkId
The ID of a core network where you're creating a site-to-site VPN attachment. -
getVpnConnectionArn
The ARN of the site-to-site VPN attachment. -
setVpnConnectionArn
The ARN of the site-to-site VPN attachment. -
getNetworkFunctionGroupName
The name of the network function group. -
setNetworkFunctionGroupName
The name of the network function group. -
getProposedNetworkFunctionGroupChange
Describes proposed changes to a network function group.Returns union: either
IResolvableorCfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty -
setProposedNetworkFunctionGroupChange
Describes proposed changes to a network function group. -
setProposedNetworkFunctionGroupChange
@Stability(Stable) public void setProposedNetworkFunctionGroupChange(@Nullable CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty value) Describes proposed changes to a network function group. -
getProposedSegmentChange
Describes a proposed segment change.Returns union: either
IResolvableorCfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty -
setProposedSegmentChange
Describes a proposed segment change. -
setProposedSegmentChange
@Stability(Stable) public void setProposedSegmentChange(@Nullable CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty value) Describes a proposed segment change. -
getTagsRaw
The tags associated with the Site-to-Site VPN attachment. -
setTagsRaw
The tags associated with the Site-to-Site VPN attachment.
-