EncryptionControlResourceExclusionsInternetGateway constructor

const EncryptionControlResourceExclusionsInternetGateway({
  1. required Input<String> state,
  2. required Input<String> stateMessage,
})

Creates a new EncryptionControlResourceExclusionsInternetGateway. state The current state of the VPC Encryption Control. stateMessage A message providing additional information about the state of the VPC Encryption Control.

Implementation

const EncryptionControlResourceExclusionsInternetGateway({
  required this.state,
  required this.stateMessage,
});