EncryptionControlState class

Input properties used for looking up and filtering EncryptionControl resources.

Constructors

EncryptionControlState({Input<String?>? egressOnlyInternetGatewayExclusion, Input<String?>? elasticFileSystemExclusion, Input<String?>? internetGatewayExclusion, Input<String?>? lambdaExclusion, Input<String?>? mode, Input<String?>? natGatewayExclusion, Input<String?>? region, Input<EncryptionControlResourceExclusions?>? resourceExclusions, Input<String?>? state, Input<String?>? stateMessage, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<EncryptionControlTimeouts?>? timeouts, Input<String?>? virtualPrivateGatewayExclusion, Input<String?>? vpcId, Input<String?>? vpcLatticeExclusion, Input<String?>? vpcPeeringExclusion})
Creates a new EncryptionControlState. 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. resourceExclusions State of exclusions from encryption enforcement. state The current state of the VPC Encryption Control. stateMessage A message providing additional information about the state of the VPC Encryption Control. 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. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. 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
EncryptionControlState.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
resourceExclusions → Input<EncryptionControlResourceExclusions?>?
State of exclusions from encryption enforcement. Will be nil if mode is monitor. See resourceExclusions below
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → Input<String?>?
The current state of the VPC Encryption Control.
final
stateMessage → Input<String?>?
A message providing additional information about the state of the VPC Encryption Control.
final
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
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
timeouts → Input<EncryptionControlTimeouts?>?
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