aws.lightsail.get_distribution_latest_cache_reset
Example SQL Queries
SELECT * FROMaws.lightsail.get_distribution_latest_cache_reset;Description
Returns the timestamp and status of the last cache reset of a specific Amazon Lightsail content delivery network (CDN) distribution.
Table Definition
| Column Name | Column Data Type |
|---|---|
| distribution_name Input Column The name of the distribution for which to return the timestamp of the last cache reset. Use the GetDistributions action to get a list of distribution names that you can specify. When omitted, the response includes the latest cache reset timestamp of all your distributions. | 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 |
| create_time The timestamp of the last cache reset (1479734909.17) in Unix time format. | TIMESTAMP_S |
| status The status of the last cache reset. | VARCHAR |