Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AwsEc2SecurityGroupIpv6Range Source #
A range of IPv6 addresses.
See: newAwsEc2SecurityGroupIpv6Range
smart constructor.
Instances
Eq AwsEc2SecurityGroupIpv6Range Source # | |
Read AwsEc2SecurityGroupIpv6Range Source # | |
Show AwsEc2SecurityGroupIpv6Range Source # | |
Generic AwsEc2SecurityGroupIpv6Range Source # | |
NFData AwsEc2SecurityGroupIpv6Range Source # | |
Defined in Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range rnf :: AwsEc2SecurityGroupIpv6Range -> () # | |
Hashable AwsEc2SecurityGroupIpv6Range Source # | |
ToJSON AwsEc2SecurityGroupIpv6Range Source # | |
FromJSON AwsEc2SecurityGroupIpv6Range Source # | |
type Rep AwsEc2SecurityGroupIpv6Range Source # | |
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.