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 |
Amazonka.SecurityHub.Types.AwsEc2SecurityGroupIpv6Range
Description
Documentation
data AwsEc2SecurityGroupIpv6Range Source #
A range of IPv6 addresses.
See: newAwsEc2SecurityGroupIpv6Range
smart constructor.
Constructors
AwsEc2SecurityGroupIpv6Range' | |
Instances
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.