aws.ssm.get_ops_metadata
Example SQL Queries
SELECT * FROMaws.ssm.get_ops_metadataWHERE"ops_metadata_arn" = 'VALUE';Description
View operational metadata related to an application in Application Manager.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ops_metadata_arn Required Input Column The Amazon Resource Name (ARN) of an OpsMetadata Object to view. | VARCHAR |
| max_results Input Column 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. | BIGINT |
| next_token Input Column The token for the next set of items to return. Use this token to get the next set of results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| metadata OpsMetadata for an Application Manager application. | MAP(VARCHAR, STRUCT( |
| resource_id The resource ID of the Application Manager application. | VARCHAR |