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 AwsEc2SecurityGroupIpRange Source #
A range of IPv4 addresses.
See: newAwsEc2SecurityGroupIpRange
smart constructor.
Instances
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.