View source: R/ec2_operations.R
ec2_modify_vpc_block_public_access_options | R Documentation |
Modify VPC Block Public Access (BPA) options. VPC Block Public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. To learn more about VPC BPA, see Block public access to VPCs and subnets in the Amazon VPC User Guide.
See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_block_public_access_options/ for full documentation.
ec2_modify_vpc_block_public_access_options(
DryRun = NULL,
InternetGatewayBlockMode
)
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
InternetGatewayBlockMode |
[required] The mode of VPC BPA.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.