Gets information about resources in a VPC that are blocking encryption enforcement
Source:R/ec2_operations.R
ec2_get_vpc_resources_blocking_encryption_enforcement.RdGets information about resources in a VPC that are blocking encryption enforcement.
See https://www.paws-r-sdk.com/docs/ec2_get_vpc_resources_blocking_encryption_enforcement/ for full documentation.
Usage
ec2_get_vpc_resources_blocking_encryption_enforcement(
VpcId,
MaxResults = NULL,
NextToken = NULL,
DryRun = NULL
)Arguments
- VpcId
[required] The ID of the VPC to check for resources blocking encryption enforcement.
- 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.
- NextToken
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- 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
DryRunOperation. Otherwise, it isUnauthorizedOperation.