NetworkReference
- class aws_cdk.aws_medialive.NetworkReference(*, network_arn, network_id)
Bases:
object
A reference to a Network resource.
- Parameters:
network_arn (
str
) – The ARN of the Network resource.network_id (
str
) – The Id of the Network resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_medialive as medialive network_reference = medialive.NetworkReference( network_arn="networkArn", network_id="networkId" )
Attributes
- network_arn
The ARN of the Network resource.
- network_id
The Id of the Network resource.