ApiBridgePropertiesArgs

data class ApiBridgePropertiesArgs(val allowedAddressPrefixes: Output<List<String>>? = null, val configureApiBridge: Output<Either<String, ApiBridgeActivationState>>? = null) : ConvertibleToJava<ApiBridgePropertiesArgs>

Configuration of the API Bridge.

Constructors

Link copied to clipboard
constructor(allowedAddressPrefixes: Output<List<String>>? = null, configureApiBridge: Output<Either<String, ApiBridgeActivationState>>? = null)

Properties

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

The allowed source IP addresses or CIDR ranges for accessing the API Bridge

Link copied to clipboard
val configureApiBridge: Output<Either<String, ApiBridgeActivationState>>? = null

The activation state of the API Bridge for this Communications Gateway

Functions

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