Describes one or more VPC Encryption Control configurations
Source:R/ec2_operations.R
ec2_describe_vpc_encryption_controls.RdDescribes one or more VPC Encryption Control configurations. VPC Encryption Control enables you to enforce encryption for all data in transit within and between VPCs to meet compliance requirements You can filter the results to return information about specific encryption controls or VPCs.
See https://www.paws-r-sdk.com/docs/ec2_describe_vpc_encryption_controls/ for full documentation.
Usage
ec2_describe_vpc_encryption_controls(
DryRun = NULL,
Filters = NULL,
VpcEncryptionControlIds = NULL,
VpcIds = 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
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Filters
The filters to apply to the request.
- VpcEncryptionControlIds
The IDs of the VPC Encryption Control configurations to describe.
- VpcIds
The IDs of the VPCs to describe encryption control configurations for.
- 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.