| 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.EC2.Types.ReferencedSecurityGroup
Description
Synopsis
- data ReferencedSecurityGroup = ReferencedSecurityGroup' {}
- newReferencedSecurityGroup :: ReferencedSecurityGroup
- referencedSecurityGroup_groupId :: Lens' ReferencedSecurityGroup (Maybe Text)
- referencedSecurityGroup_peeringStatus :: Lens' ReferencedSecurityGroup (Maybe Text)
- referencedSecurityGroup_userId :: Lens' ReferencedSecurityGroup (Maybe Text)
- referencedSecurityGroup_vpcId :: Lens' ReferencedSecurityGroup (Maybe Text)
- referencedSecurityGroup_vpcPeeringConnectionId :: Lens' ReferencedSecurityGroup (Maybe Text)
Documentation
data ReferencedSecurityGroup Source #
Describes the security group that is referenced in the security group rule.
See: newReferencedSecurityGroup smart constructor.
Constructors
| ReferencedSecurityGroup' | |
Fields | |
Instances
newReferencedSecurityGroup :: ReferencedSecurityGroup Source #
Create a value of ReferencedSecurityGroup 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:ReferencedSecurityGroup', referencedSecurityGroup_groupId - The ID of the security group.
$sel:peeringStatus:ReferencedSecurityGroup', referencedSecurityGroup_peeringStatus - The status of a VPC peering connection, if applicable.
$sel:userId:ReferencedSecurityGroup', referencedSecurityGroup_userId - The Amazon Web Services account ID.
$sel:vpcId:ReferencedSecurityGroup', referencedSecurityGroup_vpcId - The ID of the VPC.
$sel:vpcPeeringConnectionId:ReferencedSecurityGroup', referencedSecurityGroup_vpcPeeringConnectionId - The ID of the VPC peering connection.
referencedSecurityGroup_groupId :: Lens' ReferencedSecurityGroup (Maybe Text) Source #
The ID of the security group.
referencedSecurityGroup_peeringStatus :: Lens' ReferencedSecurityGroup (Maybe Text) Source #
The status of a VPC peering connection, if applicable.
referencedSecurityGroup_userId :: Lens' ReferencedSecurityGroup (Maybe Text) Source #
The Amazon Web Services account ID.
referencedSecurityGroup_vpcId :: Lens' ReferencedSecurityGroup (Maybe Text) Source #
The ID of the VPC.
referencedSecurityGroup_vpcPeeringConnectionId :: Lens' ReferencedSecurityGroup (Maybe Text) Source #
The ID of the VPC peering connection.