EncryptionControlState constructor

const EncryptionControlState({
  1. Input<String?>? egressOnlyInternetGatewayExclusion,
  2. Input<String?>? elasticFileSystemExclusion,
  3. Input<String?>? internetGatewayExclusion,
  4. Input<String?>? lambdaExclusion,
  5. Input<String?>? mode,
  6. Input<String?>? natGatewayExclusion,
  7. Input<String?>? region,
  8. Input<EncryptionControlResourceExclusions?>? resourceExclusions,
  9. Input<String?>? state,
  10. Input<String?>? stateMessage,
  11. Input<Map<String, String>?>? tags,
  12. Input<Map<String, String>?>? tagsAll,
  13. Input<EncryptionControlTimeouts?>? timeouts,
  14. Input<String?>? virtualPrivateGatewayExclusion,
  15. Input<String?>? vpcId,
  16. Input<String?>? vpcLatticeExclusion,
  17. 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.

Implementation

const EncryptionControlState({
  this.egressOnlyInternetGatewayExclusion,
  this.elasticFileSystemExclusion,
  this.internetGatewayExclusion,
  this.lambdaExclusion,
  this.mode,
  this.natGatewayExclusion,
  this.region,
  this.resourceExclusions,
  this.state,
  this.stateMessage,
  this.tags,
  this.tagsAll,
  this.timeouts,
  this.virtualPrivateGatewayExclusion,
  this.vpcId,
  this.vpcLatticeExclusion,
  this.vpcPeeringExclusion,
});