GatewayArgs

data class GatewayArgs(val egressCidrBlocks: Output<List<String>>? = null, val name: Output<String>? = null, val networks: Output<List<GatewayNetworkArgs>>? = null) : ConvertibleToJava<GatewayArgs>

Resource schema for AWS::MediaConnect::Gateway

Constructors

Link copied to clipboard
constructor(egressCidrBlocks: Output<List<String>>? = null, name: Output<String>? = null, networks: Output<List<GatewayNetworkArgs>>? = null)

Properties

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

The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

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

The name of the gateway. This name can not be modified after the gateway is created.

Link copied to clipboard
val networks: Output<List<GatewayNetworkArgs>>? = null

The list of networks in the gateway.

Functions

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