View operational metadata related to an application in Application Manager.
ssm_get_ops_metadata(OpsMetadataArn, MaxResults, NextToken)
A list with the following syntax:
list(
ResourceId = "string",
Metadata = list(
list(
Value = "string"
)
),
NextToken = "string"
)
[required] The Amazon Resource Name (ARN) of an OpsMetadata Object to view.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
A token to start the list. Use this token to get the next set of results.
svc$get_ops_metadata(
OpsMetadataArn = "string",
MaxResults = 123,
NextToken = "string"
)