Show / Hide Table of Contents

Class GetIpRangesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetIpRangesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetIpRangesArgs()

Declaration
public GetIpRangesArgs()

Properties

View Source

Regions

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>
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.