Values_4.ModifyVpcBlockPublicAccessOptionsResultSourceModify 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.
type nonrec t = {vpcBlockPublicAccessOptions : Values_3.VpcBlockPublicAccessOptions.t option;Details related to the VPC Block Public Access (BPA) options.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ])
list ]