Gateway Args
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
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
The list of networks in the gateway.