| 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.SecurityGroupReference
Description
Synopsis
- data SecurityGroupReference = SecurityGroupReference' {}
- newSecurityGroupReference :: SecurityGroupReference
- securityGroupReference_groupId :: Lens' SecurityGroupReference (Maybe Text)
- securityGroupReference_referencingVpcId :: Lens' SecurityGroupReference (Maybe Text)
- securityGroupReference_vpcPeeringConnectionId :: Lens' SecurityGroupReference (Maybe Text)
Documentation
data SecurityGroupReference Source #
Describes a VPC with a security group that references your security group.
See: newSecurityGroupReference smart constructor.
Constructors
| SecurityGroupReference' | |
Fields
| |
Instances
newSecurityGroupReference :: SecurityGroupReference Source #
Create a value of SecurityGroupReference 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:SecurityGroupReference', securityGroupReference_groupId - The ID of your security group.
$sel:referencingVpcId:SecurityGroupReference', securityGroupReference_referencingVpcId - The ID of the VPC with the referencing security group.
$sel:vpcPeeringConnectionId:SecurityGroupReference', securityGroupReference_vpcPeeringConnectionId - The ID of the VPC peering connection.
securityGroupReference_groupId :: Lens' SecurityGroupReference (Maybe Text) Source #
The ID of your security group.
securityGroupReference_referencingVpcId :: Lens' SecurityGroupReference (Maybe Text) Source #
The ID of the VPC with the referencing security group.
securityGroupReference_vpcPeeringConnectionId :: Lens' SecurityGroupReference (Maybe Text) Source #
The ID of the VPC peering connection.