File tree 4 files changed +79
-0
lines changed
4 files changed +79
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,21 @@ generated: true
11
11
APIGatewayDomainName
12
12
```
13
13
14
+ ## Properties
14
15
15
16
17
+ - ` DomainName ` : No Description
18
+ - ` DomainNameID ` : No Description
19
+
20
+ !!! note - Using Properties
21
+ Properties are what [ Filters] ( ../config-filtering.md ) are written against in your configuration. You use the property
22
+ names to write filters for what you want to ** keep** and omit from the nuke process.
23
+
24
+ ### String Property
25
+
26
+ The string representation of a resource is generally the value of the Name, ID or ARN field of the resource. Not all
27
+ resources support properties. To write a filter against the string representation, simply omit the ` property ` field in
28
+ the filter.
29
+
30
+ The string value is always what is used in the output of the log format when a resource is identified.
31
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ generated : true
3
+ ---
4
+
5
+ # AppSyncAPIAssociation
6
+
7
+
8
+ ## Resource
9
+
10
+ ``` text
11
+ AppSyncAPIAssociation
12
+ ```
13
+
14
+ ## Properties
15
+
16
+
17
+ - ` APIID ` : No Description
18
+ - ` DomainName ` : No Description
19
+
20
+ !!! note - Using Properties
21
+ Properties are what [ Filters] ( ../config-filtering.md ) are written against in your configuration. You use the property
22
+ names to write filters for what you want to ** keep** and omit from the nuke process.
23
+
24
+ ### String Property
25
+
26
+ The string representation of a resource is generally the value of the Name, ID or ARN field of the resource. Not all
27
+ resources support properties. To write a filter against the string representation, simply omit the ` property ` field in
28
+ the filter.
29
+
30
+ The string value is always what is used in the output of the log format when a resource is identified.
31
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ generated : true
3
+ ---
4
+
5
+ # AppSyncDomainName
6
+
7
+
8
+ ## Resource
9
+
10
+ ``` text
11
+ AppSyncDomainName
12
+ ```
13
+
14
+ ## Properties
15
+
16
+
17
+ - ` DomainName ` : No Description
18
+
19
+ !!! note - Using Properties
20
+ Properties are what [ Filters] ( ../config-filtering.md ) are written against in your configuration. You use the property
21
+ names to write filters for what you want to ** keep** and omit from the nuke process.
22
+
23
+ ### String Property
24
+
25
+ The string representation of a resource is generally the value of the Name, ID or ARN field of the resource. Not all
26
+ resources support properties. To write a filter against the string representation, simply omit the ` property ` field in
27
+ the filter.
28
+
29
+ The string value is always what is used in the output of the log format when a resource is identified.
30
+
Original file line number Diff line number Diff line change 165
165
- App Stream Image : resources/app-stream-image.md
166
166
- App Stream Stack Fleet Attachment : resources/app-stream-stack-fleet-attachment.md
167
167
- App Stream Stack : resources/app-stream-stack.md
168
+ - App Sync Api Association : resources/app-sync-api-association.md
169
+ - App Sync Domain Name : resources/app-sync-domain-name.md
168
170
- App Sync Graphql Api : resources/app-sync-graphql-api.md
169
171
- Application Auto Scaling Scalable Target : resources/application-auto-scaling-scalable-target.md
170
172
- Athena Data Catalog : resources/athena-data-catalog.md
You can’t perform that action at this time.
0 commit comments