aws.ds.get_snapshot_limits
Example SQL Queries
SELECT * FROMaws.ds.get_snapshot_limitsWHERE"directory_id" = 'VALUE';Description
Obtains the manual snapshot limits for a directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column Contains the identifier of the directory to obtain the limits for. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| snapshot_limits A SnapshotLimits object that contains the manual snapshot limits for the specified directory. | STRUCT( |
Show child fields
| |