Site To Site Vpn Attachment
Resource for managing an AWS NetworkManager SiteToSiteAttachment.
Example Usage
Basic Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.networkmanager.SiteToSiteVpnAttachment;
import com.pulumi.aws.networkmanager.SiteToSiteVpnAttachmentArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new SiteToSiteVpnAttachment("example", SiteToSiteVpnAttachmentArgs.builder()
.coreNetworkId(awscc_networkmanager_core_network.example().id())
.vpnConnectionArn(aws_vpn_connection.example().arn())
.build());
}
}
Content copied to clipboard
Import
aws_networkmanager_site_to_site_vpn_attachment
can be imported using the attachment ID, e.g.
$ pulumi import aws:networkmanager/siteToSiteVpnAttachment:SiteToSiteVpnAttachment example attachment-0f8fa60d2238d1bd8
Content copied to clipboard
Properties
Link copied to clipboard
The policy rule number associated with the attachment.
Link copied to clipboard
The type of attachment.
Link copied to clipboard
The ARN of a core network.
Link copied to clipboard
The ID of a core network for the VPN attachment.
Link copied to clipboard
The Region where the edge is located.
Link copied to clipboard
The ID of the attachment account owner.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The attachment resource ARN.
Link copied to clipboard
The name of the segment attachment.
Link copied to clipboard
The ARN of the site-to-site VPN connection. The following arguments are optional: