GetNatIpCidrsPlainArgs

data class GetNatIpCidrsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val natGatewayId: String, val natIpCidrNames: List<String>? = null, val natIpCidrs: List<String>? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetNatIpCidrsPlainArgs>

A collection of arguments for invoking getNatIpCidrs.

Constructors

Link copied to clipboard
fun GetNatIpCidrsPlainArgs(ids: List<String>? = null, nameRegex: String? = null, natGatewayId: String, natIpCidrNames: List<String>? = null, natIpCidrs: List<String>? = null, outputFile: String? = null, status: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetNatIpCidrsPlainArgs

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of Nat Ip Cidr IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Nat Ip Cidr name.

Link copied to clipboard

The ID of the VPC NAT gateway.

Link copied to clipboard
val natIpCidrNames: List<String>? = null

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
val natIpCidrs: List<String>? = null

The NAT CIDR block to be created. Support up to 20. The CIDR block must meet the following conditions: It must be 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, or one of their subnets. The subnet mask must be 16 to 32 bits in lengths. To use a public CIDR block as the NAT CIDR block, the VPC to which the VPC NAT gateway belongs must be authorized to use public CIDR blocks. For more information, see Create a VPC NAT gateway.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of the CIDR block of the NAT gateway. If the value is Available, the CIDR block is available.