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

Description

 
Synopsis

Documentation

data AwsEc2SecurityGroupIpv6Range Source #

A range of IPv6 addresses.

See: newAwsEc2SecurityGroupIpv6Range smart constructor.

Constructors

AwsEc2SecurityGroupIpv6Range' 

Fields

  • cidrIpv6 :: Maybe Text

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

Instances

Instances details
Eq AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

Read AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

Show AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

Generic AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

Associated Types

type Rep AwsEc2SecurityGroupIpv6Range :: Type -> Type #

NFData AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

Hashable AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

ToJSON AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

FromJSON AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

type Rep AwsEc2SecurityGroupIpv6Range Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range

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

newAwsEc2SecurityGroupIpv6Range :: AwsEc2SecurityGroupIpv6Range Source #

Create a value of AwsEc2SecurityGroupIpv6Range 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:cidrIpv6:AwsEc2SecurityGroupIpv6Range', awsEc2SecurityGroupIpv6Range_cidrIpv6 - The IPv6 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv6 address, use the /128 prefix length.

awsEc2SecurityGroupIpv6Range_cidrIpv6 :: Lens' AwsEc2SecurityGroupIpv6Range (Maybe Text) Source #

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