| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GuardDuty.Types.DnsRequestAction
Description
Documentation
data DnsRequestAction Source #
Contains information about the DNS_REQUEST action described in this finding.
See: newDnsRequestAction smart constructor.
Constructors
| DnsRequestAction' | |
Instances
newDnsRequestAction :: DnsRequestAction Source #
Create a value of DnsRequestAction with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:blocked:DnsRequestAction', dnsRequestAction_blocked - Indicates whether the targeted port is blocked.
$sel:domain:DnsRequestAction', dnsRequestAction_domain - The domain information for the API request.
$sel:protocol:DnsRequestAction', dnsRequestAction_protocol - The network connection protocol observed in the activity that prompted
GuardDuty to generate the finding.
dnsRequestAction_blocked :: Lens' DnsRequestAction (Maybe Bool) Source #
Indicates whether the targeted port is blocked.
dnsRequestAction_domain :: Lens' DnsRequestAction (Maybe Text) Source #
The domain information for the API request.
dnsRequestAction_protocol :: Lens' DnsRequestAction (Maybe Text) Source #
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.