Learn R Programming

paws.management (version 0.1.10)

ssm_create_ops_metadata: 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

Description

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.

Usage

ssm_create_ops_metadata(ResourceId, Metadata)

Arguments

ResourceId

[required] A resource ID for a new Application Manager application.

Metadata

Metadata for a new Application Manager application.

Request syntax

svc$create_ops_metadata(
  ResourceId = "string",
  Metadata = list(
    list(
      Value = "string"
    )
  )
)