Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnSiteToSiteVpnAttachmentPropsMixin.Builder
Packages that use CfnSiteToSiteVpnAttachmentPropsMixin.Builder
-
Uses of CfnSiteToSiteVpnAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.networkmanager
Methods in software.amazon.awscdk.cfnpropertymixins.services.networkmanager that return CfnSiteToSiteVpnAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSiteToSiteVpnAttachmentPropsMixin.Builder.coreNetworkId(String coreNetworkId) The ID of a core network where you're creating a site-to-site VPN attachment.CfnSiteToSiteVpnAttachmentPropsMixin.Builder.create()CfnSiteToSiteVpnAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSiteToSiteVpnAttachmentPropsMixin.Builder.networkFunctionGroupName(String networkFunctionGroupName) The name of the network function group.CfnSiteToSiteVpnAttachmentPropsMixin.Builder.proposedNetworkFunctionGroupChange(CfnSiteToSiteVpnAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.CfnSiteToSiteVpnAttachmentPropsMixin.Builder.proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.CfnSiteToSiteVpnAttachmentPropsMixin.Builder.proposedSegmentChange(CfnSiteToSiteVpnAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) Describes a proposed segment change.CfnSiteToSiteVpnAttachmentPropsMixin.Builder.proposedSegmentChange(IResolvable proposedSegmentChange) Describes a proposed segment change.CfnSiteToSiteVpnAttachmentPropsMixin.Builder.routingPolicyLabel(String routingPolicyLabel) Routing policy label.The tags associated with the Site-to-Site VPN attachment.CfnSiteToSiteVpnAttachmentPropsMixin.Builder.vpnConnectionArn(String vpnConnectionArn) The ARN of the site-to-site VPN attachment.