DescribeNetworkResponse

Placeholder documentation for DescribeNetworkResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of this Network. It is automatically assigned when the Network is created.

Link copied to clipboard

Placeholder documentation for __listOf__string

Link copied to clipboard
val id: String?

The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.

Link copied to clipboard

An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPool specifies one CIDR block.

Link copied to clipboard
val name: String?

The name that you specified for the Network.

Link copied to clipboard

An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.

Link copied to clipboard

The current state of the Network. Only MediaLive Anywhere can change the state.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String