-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #495 from ekristen/jan2025-improvements
feat: properties, refactors, and cloudformation stack cleanup
- Loading branch information
Showing
25 changed files
with
779 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
generated: true | ||
--- | ||
|
||
# S3AccessGrantsGrant | ||
|
||
|
||
## Resource | ||
|
||
```text | ||
S3AccessGrantsGrant | ||
``` | ||
|
||
## Properties | ||
|
||
|
||
- `CreatedAt`: The date and time the access grant was created. | ||
- `GrantScope`: The scope of the access grant. | ||
- `GranteeID`: The ARN of the grantee. | ||
- `GranteeType`: The type of the grantee, (e.g. IAM). | ||
- `ID`: The ID of the access grant. | ||
|
||
!!! 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
generated: true | ||
--- | ||
|
||
# S3AccessGrantsInstance | ||
|
||
|
||
## Resource | ||
|
||
```text | ||
S3AccessGrantsInstance | ||
``` | ||
|
||
## Properties | ||
|
||
|
||
- `CreatedAt`: The time the access grants instance was created. | ||
- `ID`: The ID of the access grants instance. | ||
|
||
!!! 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
generated: true | ||
--- | ||
|
||
# S3AccessGrantsLocation | ||
|
||
|
||
## Resource | ||
|
||
```text | ||
S3AccessGrantsLocation | ||
``` | ||
|
||
## Properties | ||
|
||
|
||
- `CreatedAt`: The time the access grants location was created. | ||
- `ID`: The ID of the access grants location. | ||
- `LocationScope`: The scope of the access grants location. | ||
|
||
!!! 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
generated: true | ||
--- | ||
|
||
# TransferWebApp | ||
|
||
|
||
## Resource | ||
|
||
```text | ||
TransferWebApp | ||
``` | ||
|
||
## Properties | ||
|
||
|
||
- `ID`: 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.