Class GetIpRangesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetIpRangesArgs : InvokeArgs
Constructors
View SourceGetIpRangesArgs()
Declaration
public GetIpRangesArgs()
Properties
View SourceRegions
Filter IP ranges by regions (or include all regions, if
omitted). Valid items are global (for cloudfront) as well as all AWS regions
(e.g. eu-central-1)
Declaration
public List<string> Regions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Services
Filter IP ranges by services. Valid items are amazon
(for amazon.com), amazon_connect, api_gateway, cloud9, cloudfront,
codebuild, dynamodb, ec2, ec2_instance_connect, globalaccelerator,
route53, route53_healthchecks, s3 and workspaces_gateways. See the
[service attribute][2] documentation for other possible values.
Declaration
public List<string> Services { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Url
Custom URL for source JSON file. Syntax must match AWS IP Address Ranges documention. Defaults to https://ip-ranges.amazonaws.com/ip-ranges.json.
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |