BucketAccessKey

class BucketAccessKey : KotlinCustomResource

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

Properties

Link copied to clipboard
val accessKeyId: Output<String>

The ID of the access key.

Link copied to clipboard
val bucketName: Output<String>

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

Link copied to clipboard
val createdAt: Output<String>

The timestamp when the access key was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val secretAccessKey: Output<String>

The secret access key used to sign requests. This attribute is not available for imported resources. Note that this will be written to the state file.

Link copied to clipboard
val status: Output<String>

The status of the access key.

Link copied to clipboard
val urn: Output<String>