sample
turbot/flowpipe-samples/aws-s3-bucket-versioning-enforcement
Variables
The AWS S3 Bucket Versioning Enforcement mod has 5 variables:
aws_conn
Name | aws_conn |
---|---|
Description | Name for AWS connections to use. If not provided, the default connections will be used. |
Type | connection.aws |
Default | connection.aws.default |
aws_region
Name | aws_region |
---|---|
Description | The name of the Region. |
Type | string |
Default | - |
database
Name | database |
---|---|
Description | Database to connect to. |
Type | string |
Default | postgres://steampipe@localhost:9193/steampipe |
notifier
Name | notifier |
---|---|
Description | Notifier to use. |
Type | notifier |
Default | notifier.default |
schedule
Name | schedule |
---|---|
Description | Schedule to look for changes. This may be a named interval (hourly, daily, weekly, 5m, 10m, 15m, 30m, 60m, 1h, 2h, 4h, 6h, 12h, 24h) or a custom schedule in cron syntax. Default is every 24 hours. |
Type | string |
Default | 15m |