NetworkArgs

data class NetworkArgs(val ipPools: Output<List<NetworkIpPoolArgs>>? = null, val name: Output<String>? = null, val routes: Output<List<NetworkRouteArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<NetworkArgs>

Resource schema for AWS::MediaLive::Network.

Constructors

Link copied to clipboard
constructor(ipPools: Output<List<NetworkIpPoolArgs>>? = null, name: Output<String>? = null, routes: Output<List<NetworkRouteArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val ipPools: Output<List<NetworkIpPoolArgs>>? = null

The list of IP address cidr pools for the network

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

The user-specified name of the Network to be created.

Link copied to clipboard
val routes: Output<List<NetworkRouteArgs>>? = null

The routes for the network

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A collection of key-value pairs.

Functions

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