aws.ssm.list_ops_metadata
Example SQL Queries
SELECT * FROMaws.ssm.list_ops_metadata;Description
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column One or more filters to limit the number of OpsMetadata objects returned by the call. | STRUCT( |
Show child fields
| |
| _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 |
| creation_date The date the OpsMetadata objects was created. | TIMESTAMP_S |
| last_modified_date The date the OpsMetadata object was last updated. | TIMESTAMP_S |
| last_modified_user The user name who last updated the OpsMetadata object. | VARCHAR |
| ops_metadata_arn The Amazon Resource Name (ARN) of the OpsMetadata Object or blob. | VARCHAR |
| resource_id The ID of the Application Manager application. | VARCHAR |