Skip to content

Commit ac755ef

Browse files
authored
Merge pull request ekristen#549 from ekristen/docs-auto-generated
docs: auto-generated
2 parents 6c5463e + 1299e42 commit ac755ef

File tree

4 files changed

+79
-0
lines changed

4 files changed

+79
-0
lines changed

docs/resources/api-gateway-domain-name.md

+16
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,21 @@ generated: true
1111
APIGatewayDomainName
1212
```
1313

14+
## Properties
1415

1516

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+
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ nav:
165165
- App Stream Image: resources/app-stream-image.md
166166
- App Stream Stack Fleet Attachment: resources/app-stream-stack-fleet-attachment.md
167167
- 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
168170
- App Sync Graphql Api: resources/app-sync-graphql-api.md
169171
- Application Auto Scaling Scalable Target: resources/application-auto-scaling-scalable-target.md
170172
- Athena Data Catalog: resources/athena-data-catalog.md

0 commit comments

Comments
 (0)