Values.DescribeComponentConfigurationRequestSourceDescribes the monitoring configuration of the component.
type nonrec t = {resourceGroupName : ResourceGroupName.t;The name of the resource group.
*)componentName : ComponentName.t;The name of the component.
*)accountId : AccountId.t option;The Amazon Web Services account ID for the resource group owner.
*)}val make :
?accountId:??? ->
resourceGroupName:ResourceGroupName.t ->
componentName:ComponentName.t ->
unit ->
t