Values.DescribeNodeSummarySourcePlaceholder documentation for DescribeNodeSummary
type nonrec t = {arn : string option;The ARN of the Node. It is automatically assigned when the Node is created.
*)channelPlacementGroups : string list option;An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.
*)clusterId : string option;The ID of the Cluster that the Node belongs to.
*)connectionState : NodeConnectionState.t option;The current connection state of the Node.
*)id : string option;The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
*)instanceArn : string option;The EC2 ARN of the Instance associated with the Node.
*)managedInstanceId : string option;At the routing layer will get it from the callerId/context for use with bring your own device.
*)name : string option;The name that you specified for the Node.
*)nodeInterfaceMappings : NodeInterfaceMapping.t list option;Documentation update needed
*)role : NodeRole.t option;The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
*)state : NodeState.t option;The current state of the Node.
*)sdiSourceMappings : SdiSourceMappings.t option;An array of SDI source mappings. Each mapping connects one logical SdiSource to the physical SDI card and port that the physical SDI source uses.
*)}