VpcEncryptionControlResourceExclusionsEgressOnlyInternetGateway.fromMap constructor
VpcEncryptionControlResourceExclusionsEgressOnlyInternetGateway.fromMap(
- Map<String, dynamic> map
)
Implementation
factory VpcEncryptionControlResourceExclusionsEgressOnlyInternetGateway.fromMap(Map<String, dynamic> map) {
return VpcEncryptionControlResourceExclusionsEgressOnlyInternetGateway(
state: pulumi.Input.fromValue(map['state'] as String),
stateMessage: pulumi.Input.fromValue(map['stateMessage'] as String),
);
}