GetPrivateZonesPlainArgs

data class GetPrivateZonesPlainArgs(val cenId: String, val hostRegionId: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetPrivateZonesPlainArgs>

A collection of arguments for invoking getPrivateZones.

Constructors

Link copied to clipboard
constructor(cenId: String, hostRegionId: String? = null, ids: List<String>? = null, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val hostRegionId: String? = null

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

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

A list of CEN private zone IDs. Each element format as <cen_id>:<access_region_id>. NOTE: Before 1.162.0, each element same as access_region_id.

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 PrivateZone service, including Creating, Active and Deleting.

Functions

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