Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SecurityGroup Source #
Contains information about a security group associated with a network interface. This data type is used as one of the elements of the NetworkInterface data type.
See: newSecurityGroup
smart constructor.
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 ID of the security group.
$sel:groupName:SecurityGroup'
, securityGroup_groupName
- The name of the security group.
securityGroup_groupId :: Lens' SecurityGroup (Maybe Text) Source #
The ID of the security group.
securityGroup_groupName :: Lens' SecurityGroup (Maybe Text) Source #
The name of the security group.