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,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)",
date="2024-03-14T22:21:58.321Z")
@Stability(Stable)
public class CfnSiteToSiteVpnAttachment
extends CfnResource
implements IInspectable, 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
.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 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.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) -
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.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.Describes a proposed segment change.getTags()Tag Manager which manages the tags for this resource.Tags for the 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.voidDescribes a proposed segment change.voidDescribes a proposed segment change.voidsetTagsRaw(List<CfnTag> value) Tags for the 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, 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.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) - 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. -
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
-
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. -
getProposedSegmentChange
Describes a proposed segment change. -
setProposedSegmentChange
Describes a proposed segment change. -
setProposedSegmentChange
@Stability(Stable) public void setProposedSegmentChange(@Nullable CfnSiteToSiteVpnAttachment.ProposedSegmentChangeProperty value) Describes a proposed segment change. -
getTagsRaw
Tags for the attachment. -
setTagsRaw
Tags for the attachment.
-