From 03086f45b9eb401b08148e9d9cce50937e42d944 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Fri, 3 Jan 2025 13:44:53 -0700 Subject: [PATCH] docs: auto-generated docs for resources --- .../ssm-quick-setup-configuration-manager.md | 31 +++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 32 insertions(+) create mode 100644 docs/resources/ssm-quick-setup-configuration-manager.md diff --git a/docs/resources/ssm-quick-setup-configuration-manager.md b/docs/resources/ssm-quick-setup-configuration-manager.md new file mode 100644 index 00000000..ba66cfaa --- /dev/null +++ b/docs/resources/ssm-quick-setup-configuration-manager.md @@ -0,0 +1,31 @@ +--- +generated: true +--- + +# SSMQuickSetupConfigurationManager + + +## Resource + +```text +SSMQuickSetupConfigurationManager +``` + +## Properties + + +- `ARN`: No Description +- `Name`: No Description + +!!! note - Using Properties + Properties are what [Filters](../config-filtering.md) are written against in your configuration. You use the property + names to write filters for what you want to **keep** and omit from the nuke process. + +### String Property + +The string representation of a resource is generally the value of the Name, ID or ARN field of the resource. Not all +resources support properties. To write a filter against the string representation, simply omit the `property` field in +the filter. + +The string value is always what is used in the output of the log format when a resource is identified. + diff --git a/mkdocs.yml b/mkdocs.yml index 668c7bf7..e188d0cb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -558,6 +558,7 @@ nav: - SSM Maintenance Window: resources/ssm-maintenance-window.md - SSM Parameter: resources/ssm-parameter.md - SSM Patch Baseline: resources/ssm-patch-baseline.md + - SSM Quick Setup Configuration Manager: resources/ssm-quick-setup-configuration-manager.md - SSM Resource Data Sync: resources/ssm-resource-data-sync.md - Sage Maker App: resources/sage-maker-app.md - Sage Maker Domain: resources/sage-maker-domain.md