If you create a new application in Application Manager, Systems Manager calls this API action to specify information about the new application, including the application type.
ssm_create_ops_metadata(ResourceId, Metadata)
A list with the following syntax:
list(
OpsMetadataArn = "string"
)
[required] A resource ID for a new Application Manager application.
Metadata for a new Application Manager application.
svc$create_ops_metadata(
ResourceId = "string",
Metadata = list(
list(
Value = "string"
)
)
)