Bucket Access Key Args
data class BucketAccessKeyArgs(val bucketName: Output<String>? = null) : ConvertibleToJava<BucketAccessKeyArgs>
Provides a lightsail bucket access key. This is a set of credentials that allow API requests to be made to the lightsail bucket.
Import
aws_lightsail_bucket_access_key
can be imported by using the id
attribute, e.g.,
$ pulumi import aws:lightsail/bucketAccessKey:BucketAccessKey test example-bucket,AKIA47VOQ2KPR7LLRZ6D
Content copied to clipboard