Skip to content

Commit

Permalink
docs(s3): auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 23, 2024
1 parent e8efa66 commit 9677bb5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/resources/s3-access-point.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ generated: true
S3AccessPoint
```

## Properties


- `ARN`: No Description
- `Alias`: No Description
- `Bucket`: No Description
- `Name`: No Description
- `NetworkOrigin`: 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.
Expand Down
4 changes: 4 additions & 0 deletions docs/resources/s3-bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ AWS::S3::Bucket
## Properties


- `CreationDate`: No Description
- `Name`: No Description
- `ObjectLock`: No Description
- `tag:<key>:`: This resource has tags with property `Tags`. These are key/value pairs that are
added as their own property with the prefix of `tag:` (e.g. [tag:example: "value"])

!!! note - Using Properties
Properties are what [Filters](../config-filtering.md) are written against in your configuration. You use the property
Expand Down
5 changes: 5 additions & 0 deletions docs/resources/s3-multipart-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ generated: true
S3MultipartUpload
```

## Properties


- `Bucket`: No Description
- `Key`: No Description
- `UploadID`: 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.
Expand Down
7 changes: 7 additions & 0 deletions docs/resources/s3-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ generated: true
S3Object
```

## Properties


- `Bucket`: No Description
- `CreationDate`: No Description
- `IsLatest`: No Description
- `Key`: No Description
- `VersionID`: 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.
Expand Down

0 comments on commit 9677bb5

Please sign in to comment.