aws.ssm.list_documents
Example SQL Queries
SELECT * FROMaws.ssm.list_documents;Description
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.
Table Definition
| Column Name | Column Data Type |
|---|---|
| document_filter_list Input Column This data type is deprecated. Instead, use Filters. | STRUCT( |
Show child fields
| |
| filters Input Column One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of results. For keys, you can specify one or more key-value pair tags that have been applied to a document. Other valid keys include Owner, Name, PlatformTypes, DocumentType, and TargetType. For example, to return documents you own use Key=Owner,Values=Self. To specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName. This API operation only supports filtering documents by using a single tag key and one or more tag values. For example: Key=tag:tagName,Values=valueName1,valueName2 | 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 |
| author The user in your organization who created the document. | VARCHAR |
| created_date The date the SSM document was created. | TIMESTAMP_S |
| display_name An optional field where you can specify a friendly name for the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument. | VARCHAR |
| document_format The document format, either JSON or YAML. | VARCHAR |
| document_type The document type. | VARCHAR |
| document_version The document version. | VARCHAR |
| name The name of the SSM document. | VARCHAR |
| owner The Amazon Web Services user that created the document. | VARCHAR |
| platform_types The operating system platform. | VARCHAR[] |
Show child fields
| |
| requires A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document. | STRUCT( |
Show child fields
| |
| review_status The current status of a document review. | VARCHAR |
| schema_version The schema version. | VARCHAR |
| tags The tags, or metadata, that have been applied to the document. | STRUCT( |
Show child fields
| |
| target_type The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide. | VARCHAR |
| version_name An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed. | VARCHAR |