ec2_describe_vpc_block_public_access_exclusions {paws.compute} | R Documentation |
Describe VPC Block Public Access (BPA) exclusions
Description
Describe VPC Block Public Access (BPA) exclusions. A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. 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_describe_vpc_block_public_access_exclusions/ for full documentation.
Usage
ec2_describe_vpc_block_public_access_exclusions(
DryRun = NULL,
Filters = NULL,
ExclusionIds = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
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 |
Filters |
Filters for the request:
|
ExclusionIds |
IDs of exclusions. |
NextToken |
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request. |
MaxResults |
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. |