Skip to content

Commit

Permalink
Merge pull request #549 from ekristen/docs-auto-generated
Browse files Browse the repository at this point in the history
docs: auto-generated
  • Loading branch information
ekristen authored Feb 5, 2025
2 parents 6c5463e + 1299e42 commit ac755ef
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/resources/api-gateway-domain-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,21 @@ generated: true
APIGatewayDomainName
```

## Properties


- `DomainName`: No Description
- `DomainNameID`: 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.

31 changes: 31 additions & 0 deletions docs/resources/app-sync-api-association.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
generated: true
---

# AppSyncAPIAssociation


## Resource

```text
AppSyncAPIAssociation
```

## Properties


- `APIID`: No Description
- `DomainName`: 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.

30 changes: 30 additions & 0 deletions docs/resources/app-sync-domain-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
generated: true
---

# AppSyncDomainName


## Resource

```text
AppSyncDomainName
```

## Properties


- `DomainName`: 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.

2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ nav:
- App Stream Image: resources/app-stream-image.md
- App Stream Stack Fleet Attachment: resources/app-stream-stack-fleet-attachment.md
- App Stream Stack: resources/app-stream-stack.md
- App Sync Api Association: resources/app-sync-api-association.md
- App Sync Domain Name: resources/app-sync-domain-name.md
- App Sync Graphql Api: resources/app-sync-graphql-api.md
- Application Auto Scaling Scalable Target: resources/application-auto-scaling-scalable-target.md
- Athena Data Catalog: resources/athena-data-catalog.md
Expand Down

0 comments on commit ac755ef

Please sign in to comment.