Get Nat Ips Plain Args
data class GetNatIpsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val natGatewayId: String, val natIpCidr: String? = null, val natIpIds: List<String>? = null, val natIpNames: List<String>? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetNatIpsPlainArgs>
A collection of arguments for invoking getNatIps.
Constructors
Properties
Link copied to clipboard
The ID of the Virtual Private Cloud (VPC) NAT gateway for which you want to create the NAT IP address.
Link copied to clipboard
NAT IP ADDRESS the name of the root directory. Length is from 2
to 128
characters, must start with a letter or the Chinese at the beginning can contain numbers, half a period (.), underscore (_) and dash (-). But do not start with http://
or https://
at the beginning.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).