EncryptionControlArgs constructor
- Input<
String?> ? egressOnlyInternetGatewayExclusion, - Input<
String?> ? elasticFileSystemExclusion, - Input<
String?> ? internetGatewayExclusion, - Input<
String?> ? lambdaExclusion, - required Input<
String> mode, - Input<
String?> ? natGatewayExclusion, - Input<
String?> ? region, - Input<
Map< ? tags,String, String> ?> - Input<
EncryptionControlTimeouts?> ? timeouts, - Input<
String?> ? virtualPrivateGatewayExclusion, - required Input<
String> vpcId, - Input<
String?> ? vpcLatticeExclusion, - Input<
String?> ? vpcPeeringExclusion,
Creates a new EncryptionControlArgs.
egressOnlyInternetGatewayExclusion Whether to exclude Egress-Only Internet Gateways from encryption enforcement.
elasticFileSystemExclusion Whether to exclude Elastic File System (EFS) from encryption enforcement.
internetGatewayExclusion Whether to exclude Internet Gateways from encryption enforcement.
lambdaExclusion Whether to exclude Lambda Functions from encryption enforcement.
mode Mode to enable for VPC Encryption Control.
natGatewayExclusion Whether to exclude NAT Gateways from encryption enforcement.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
timeouts Optional.
virtualPrivateGatewayExclusion Whether to exclude Virtual Private Gateways from encryption enforcement.
vpcId The ID of the VPC the VPC Encryption Control is linked to.
vpcLatticeExclusion Whether to exclude VPC Lattice from encryption enforcement.
vpcPeeringExclusion Whether to exclude peered VPCs from encryption enforcement.
Implementation
const EncryptionControlArgs({
this.egressOnlyInternetGatewayExclusion,
this.elasticFileSystemExclusion,
this.internetGatewayExclusion,
this.lambdaExclusion,
required this.mode,
this.natGatewayExclusion,
this.region,
this.tags,
this.timeouts,
this.virtualPrivateGatewayExclusion,
required this.vpcId,
this.vpcLatticeExclusion,
this.vpcPeeringExclusion,
});