| 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.Action
Description
Synopsis
- data Action = Action' {}
- newAction :: Action
- action_actionType :: Lens' Action (Maybe Text)
- action_awsApiCallAction :: Lens' Action (Maybe AwsApiCallAction)
- action_dnsRequestAction :: Lens' Action (Maybe DnsRequestAction)
- action_kubernetesApiCallAction :: Lens' Action (Maybe KubernetesApiCallAction)
- action_networkConnectionAction :: Lens' Action (Maybe NetworkConnectionAction)
- action_portProbeAction :: Lens' Action (Maybe PortProbeAction)
Documentation
Contains information about actions.
See: newAction smart constructor.
Constructors
| Action' | |
Fields
| |
Instances
Create a value of Action 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:actionType:Action', action_actionType - The GuardDuty finding activity type.
$sel:awsApiCallAction:Action', action_awsApiCallAction - Information about the AWS_API_CALL action described in this finding.
$sel:dnsRequestAction:Action', action_dnsRequestAction - Information about the DNS_REQUEST action described in this finding.
$sel:kubernetesApiCallAction:Action', action_kubernetesApiCallAction - Information about the Kubernetes API call action described in this
finding.
$sel:networkConnectionAction:Action', action_networkConnectionAction - Information about the NETWORK_CONNECTION action described in this
finding.
$sel:portProbeAction:Action', action_portProbeAction - Information about the PORT_PROBE action described in this finding.
action_awsApiCallAction :: Lens' Action (Maybe AwsApiCallAction) Source #
Information about the AWS_API_CALL action described in this finding.
action_dnsRequestAction :: Lens' Action (Maybe DnsRequestAction) Source #
Information about the DNS_REQUEST action described in this finding.
action_kubernetesApiCallAction :: Lens' Action (Maybe KubernetesApiCallAction) Source #
Information about the Kubernetes API call action described in this finding.
action_networkConnectionAction :: Lens' Action (Maybe NetworkConnectionAction) Source #
Information about the NETWORK_CONNECTION action described in this finding.
action_portProbeAction :: Lens' Action (Maybe PortProbeAction) Source #
Information about the PORT_PROBE action described in this finding.