Class AWSPublicIpAddressRange
Represents the IP address range for a single region and service key.
public class AWSPublicIpAddressRange
- Inheritance
-
AWSPublicIpAddressRange
- Inherited Members
Constructors
AWSPublicIpAddressRange()
public AWSPublicIpAddressRange()
Properties
IpAddressFormat
Indicates ipv4 or v6 format of the address
public AWSPublicIpAddressRange.AddressFormat IpAddressFormat { get; }
Property Value
IpPrefix
The public IPv4 or Ipv6 address range, in CIDR notation.
public string IpPrefix { get; }
Property Value
Region
The AWS region or GLOBAL for edge locations. Note that the CLOUDFRONT and ROUTE53 ranges are GLOBAL.
public string Region { get; }
Property Value
Service
The subset of IP address ranges. Specify AMAZON to get all IP address ranges (for example, the ranges in the EC2 subset are also in the AMAZON subset). Note that some IP address ranges are only in the AMAZON subset.
public string Service { get; }
Property Value
Remarks
Valid values for the service key include "AMAZON", "EC2", "ROUTE53", "ROUTE53_HEALTHCHECKS", and "CLOUDFRONT." If you need to know all of the ranges and don't care about the service, use the "AMAZON" entries. The other entries are subsets of this one. Also, some of the services, such as S3, are represented in "AMAZON" and do not have an entry that is specific to the service. We plan to add additional values over time; code accordingly!