Network

class Network : KotlinCustomResource

Resource schema for AWS::MediaLive::Network.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the Network.

Link copied to clipboard
Link copied to clipboard
val awsId: Output<String>

The unique ID of the Network.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipPools: Output<List<NetworkIpPool>>

The list of IP address cidr pools for the network

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val routes: Output<List<NetworkRoute>>?

The routes for the network

Link copied to clipboard
val state: Output<NetworkState>

The current state of the Network.

Link copied to clipboard
val tags: Output<List<Tag>>?

A collection of key-value pairs.

Link copied to clipboard
val urn: Output<String>