Skip to content

Create Ops Metadata

ssm_create_ops_metadata R Documentation

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type

Description

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.

Usage

ssm_create_ops_metadata(ResourceId, Metadata, Tags)

Arguments

ResourceId

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

Metadata

Metadata for a new Application Manager application.

Tags

Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

  • ⁠Key=Environment,Value=Production⁠

  • ⁠Key=Region,Value=us-east-2⁠

Value

A list with the following syntax:

list(
  OpsMetadataArn = "string"
)

Request syntax

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