Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams
to verify that their networks on Amazon Web Services conform to their network security and governance
objectives. For more information, see the Amazon Web Services Network Access Analyzer Guide.
example
Use a bare-bones client and the command you need to make an API call.
Creates a Network Access Scope.
Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams to verify that their networks on Amazon Web Services conform to their network security and governance objectives. For more information, see the Amazon Web Services Network Access Analyzer Guide.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, CreateNetworkInsightsAccessScopeCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, CreateNetworkInsightsAccessScopeCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new CreateNetworkInsightsAccessScopeCommand(input); const response = await client.send(command);
CreateNetworkInsightsAccessScopeCommandInput for command's
input
shape.CreateNetworkInsightsAccessScopeCommandOutput for command's
response
shape.config for EC2Client's
config
shape.