amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.SecurityGroupReference

Description

 
Synopsis

Documentation

data SecurityGroupReference Source #

Describes a VPC with a security group that references your security group.

See: newSecurityGroupReference smart constructor.

Constructors

SecurityGroupReference' 

Fields

Instances

Instances details
FromXML SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

Generic SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

Associated Types

type Rep SecurityGroupReference :: Type -> Type #

Read SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

Show SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

NFData SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

Methods

rnf :: SecurityGroupReference -> () #

Eq SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

Hashable SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

type Rep SecurityGroupReference Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupReference

type Rep SecurityGroupReference = D1 ('MetaData "SecurityGroupReference" "Amazonka.EC2.Types.SecurityGroupReference" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "SecurityGroupReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "referencingVpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcPeeringConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_referencingVpcId :: Lens' SecurityGroupReference (Maybe Text) Source #

The ID of the VPC with the referencing security group.