Network Args
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)