GetEndpointGroupIpAddressCidrBlocksPlainArgs

data class GetEndpointGroupIpAddressCidrBlocksPlainArgs(val acceleratorId: String? = null, val endpointGroupRegion: String, val outputFile: String? = null) : ConvertibleToJava<GetEndpointGroupIpAddressCidrBlocksPlainArgs>

A collection of arguments for invoking getEndpointGroupIpAddressCidrBlocks.

Constructors

constructor(acceleratorId: String? = null, endpointGroupRegion: String, outputFile: String? = null)

Properties

Link copied to clipboard
val acceleratorId: String? = null

The ID of the Global Accelerator (GA) instance.

Link copied to clipboard

The region ID of the endpoint group.

Link copied to clipboard
val outputFile: String? = null

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

Functions

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