Skip to contents

Creates a VPC Encryption Control configuration for a specified VPC. VPC Encryption Control enables you to enforce encryption for all data in transit within and between VPCs to meet compliance requirements for standards like HIPAA, FedRAMP, and PCI DSS.

See https://www.paws-r-sdk.com/docs/ec2_create_vpc_encryption_control/ for full documentation.

Usage

ec2_create_vpc_encryption_control(
  DryRun = NULL,
  VpcId,
  TagSpecifications = 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 is UnauthorizedOperation.

VpcId

[required] The ID of the VPC for which to create the encryption control configuration.

TagSpecifications

The tags to apply to the VPC Encryption Control resource.