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.AwsEc2SecurityGroupIpRange

Description

 
Synopsis

Documentation

data AwsEc2SecurityGroupIpRange Source #

A range of IPv4 addresses.

See: newAwsEc2SecurityGroupIpRange smart constructor.

Constructors

AwsEc2SecurityGroupIpRange' 

Fields

  • cidrIp :: Maybe Text

    The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.

Instances

Instances details
Eq AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

Read AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

Show AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

Generic AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

Associated Types

type Rep AwsEc2SecurityGroupIpRange :: Type -> Type #

NFData AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

Hashable AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

ToJSON AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

FromJSON AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

type Rep AwsEc2SecurityGroupIpRange Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpRange

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

newAwsEc2SecurityGroupIpRange :: AwsEc2SecurityGroupIpRange Source #

Create a value of AwsEc2SecurityGroupIpRange 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:cidrIp:AwsEc2SecurityGroupIpRange', awsEc2SecurityGroupIpRange_cidrIp - The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.

awsEc2SecurityGroupIpRange_cidrIp :: Lens' AwsEc2SecurityGroupIpRange (Maybe Text) Source #

The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.