RouterOutputAttributes
- class aws_cdk.aws_mediaconnect_alpha.RouterOutputAttributes(*, router_output_arn, router_output_id=None, router_output_name=None)
Bases:
object(experimental) Attributes for importing an existing Router Output.
- Parameters:
router_output_arn (
str) – (experimental) The ARN of the router output.router_output_id (
Optional[str]) – (experimental) The unique identifier of the router output. Default: - parsed from the ARN when availablerouter_output_name (
Optional[str]) – (experimental) The name of the router output. The name is not encoded in the ARN (the ARN contains only the service-generated ID), so provide it here if you need to accessrouterOutputNameon the imported construct. Default: - routerOutputName is not available on the imported construct
- 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_mediaconnect_alpha as mediaconnect_alpha router_output_attributes = mediaconnect_alpha.RouterOutputAttributes( router_output_arn="routerOutputArn", # the properties below are optional router_output_id="routerOutputId", router_output_name="routerOutputName" )
Attributes
- router_output_arn
(experimental) The ARN of the router output.
- Stability:
experimental
- router_output_id
(experimental) The unique identifier of the router output.
- Default:
parsed from the ARN when available
- Stability:
experimental
- router_output_name
(experimental) The name of the router output.
The name is not encoded in the ARN (the ARN contains only the service-generated ID), so provide it here if you need to access
routerOutputNameon the imported construct.- Default:
routerOutputName is not available on the imported construct
- Stability:
experimental