NetworkAttributes

class aws_cdk.aws_medialive_alpha.NetworkAttributes(*, network_arn, network_id)

Bases: object

(experimental) Attributes for importing an existing Network.

Parameters:
  • network_arn (str) – (experimental) The ARN of the network.

  • network_id (str) – (experimental) The ID of the network.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

network_attributes = medialive_alpha.NetworkAttributes(
    network_arn="networkArn",
    network_id="networkId"
)

Attributes

network_arn

(experimental) The ARN of the network.

Stability:

experimental

network_id

(experimental) The ID of the network.

Stability:

experimental