Get Ip Ranges Plain Args
data class GetIpRangesPlainArgs(val regions: List<String>? = null, val services: List<String>, val url: String? = null) : ConvertibleToJava<GetIpRangesPlainArgs>
A collection of arguments for invoking getIpRanges.
Constructors
Functions
Properties
Link copied to clipboard
Custom URL for source JSON file. Syntax must match AWS IP Address Ranges documentation. Defaults to https://ip-ranges.amazonaws.com/ip-ranges.json
.