BucketAccessKeyArgs

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

Using pulumi import, import aws_lightsail_bucket_access_key using the id attribute. For example:

$ pulumi import aws:lightsail/bucketAccessKey:BucketAccessKey test example-bucket,AKIA47VOQ2KPR7LLRZ6D

Constructors

Link copied to clipboard
fun BucketAccessKeyArgs(bucketName: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BucketAccessKeyArgs

Properties

Link copied to clipboard
val bucketName: Output<String>? = null

The name of the bucket that the new access key will belong to, and grant access to.