libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

Description

 
Synopsis

Documentation

data AwsEc2NetworkInterfaceSecurityGroup Source #

A security group associated with the network interface.

See: newAwsEc2NetworkInterfaceSecurityGroup smart constructor.

Constructors

AwsEc2NetworkInterfaceSecurityGroup' 

Fields

Instances

Instances details
Eq AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

Read AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

Show AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

Generic AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

NFData AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

Hashable AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

ToJSON AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

FromJSON AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

type Rep AwsEc2NetworkInterfaceSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup

type Rep AwsEc2NetworkInterfaceSecurityGroup = D1 ('MetaData "AwsEc2NetworkInterfaceSecurityGroup" "Amazonka.SecurityHub.Types.AwsEc2NetworkInterfaceSecurityGroup" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEc2NetworkInterfaceSecurityGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsEc2NetworkInterfaceSecurityGroup :: AwsEc2NetworkInterfaceSecurityGroup Source #

Create a value of AwsEc2NetworkInterfaceSecurityGroup 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:AwsEc2NetworkInterfaceSecurityGroup', awsEc2NetworkInterfaceSecurityGroup_groupId - The ID of the security group.

$sel:groupName:AwsEc2NetworkInterfaceSecurityGroup', awsEc2NetworkInterfaceSecurityGroup_groupName - The name of the security group.