VpcEncryptionControlArgs class

The set of arguments for VpcEncryptionControl. The set of arguments for VpcEncryptionControl.

Constructors

VpcEncryptionControlArgs({Input<String?>? egressOnlyInternetGatewayExclusion, Input<String?>? elasticFileSystemExclusion, Input<String?>? internetGatewayExclusion, Input<String?>? lambdaExclusion, required Input<String> mode, Input<String?>? natGatewayExclusion, Input<String?>? region, Input<Map<String, String>?>? tags, Input<VpcEncryptionControlTimeouts?>? timeouts, Input<String?>? virtualPrivateGatewayExclusion, required Input<String> vpcId, Input<String?>? vpcLatticeExclusion, Input<String?>? vpcPeeringExclusion})
Creates a new VpcEncryptionControlArgs. 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.
const
VpcEncryptionControlArgs.fromMap(Map<String, dynamic> map)
factory

Properties

egressOnlyInternetGatewayExclusion → Input<String?>?
Whether to exclude Egress-Only Internet Gateways from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final
elasticFileSystemExclusion → Input<String?>?
Whether to exclude Elastic File System (EFS) from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final
hashCode int
The hash code for this object.
no setterinherited
internetGatewayExclusion → Input<String?>?
Whether to exclude Internet Gateways from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final
lambdaExclusion → Input<String?>?
Whether to exclude Lambda Functions from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final
mode → Input<String>
Mode to enable for VPC Encryption Control. Valid values are monitor or enforce.
final
natGatewayExclusion → Input<String?>?
Whether to exclude NAT Gateways from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
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.
final
timeouts → Input<VpcEncryptionControlTimeouts?>?
final
virtualPrivateGatewayExclusion → Input<String?>?
Whether to exclude Virtual Private Gateways from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final
vpcId → Input<String>
The ID of the VPC the VPC Encryption Control is linked to.
final
vpcLatticeExclusion → Input<String?>?
Whether to exclude VPC Lattice from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final
vpcPeeringExclusion → Input<String?>?
Whether to exclude peered VPCs from encryption enforcement. Valid values are disable or enable. Default is disable. Only valid when mode is enforce.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited