NetworkReference
- class aws_cdk.interfaces.aws_medialive.NetworkReference(*, network_arn, network_id)
Bases:
objectA 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.interfaces import aws_medialive as interfaces_aws_medialive network_reference = interfaces_aws_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.