| 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.SecurityGroup
Description
Synopsis
Documentation
data SecurityGroup Source #
Contains information about the security groups associated with the EC2 instance.
See: newSecurityGroup smart constructor.
Constructors
| SecurityGroup' | |
Instances
newSecurityGroup :: SecurityGroup Source #
Create a value of SecurityGroup 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:groupId:SecurityGroup', securityGroup_groupId - The security group ID of the EC2 instance.
$sel:groupName:SecurityGroup', securityGroup_groupName - The security group name of the EC2 instance.
securityGroup_groupId :: Lens' SecurityGroup (Maybe Text) Source #
The security group ID of the EC2 instance.
securityGroup_groupName :: Lens' SecurityGroup (Maybe Text) Source #
The security group name of the EC2 instance.