aws.lightsail.get_bucket_access_keys
Example SQL Queries
SELECT * FROMaws.lightsail.get_bucket_access_keysWHERE"bucket_name" = 'VALUE';Description
Returns the existing access key IDs for the specified Amazon Lightsail bucket.
This action does not return the secret access key value of an access key. You can get a secret access key only when you create it from the response of the CreateBucketAccessKey action. If you lose the secret access key, you must create a new access key.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bucket_name Required Input Column The name of the bucket for which to return access keys. | 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 |
| access_keys An object that describes the access keys for the specified bucket. | STRUCT( |
Show child fields
| |