BucketResourceAccess

class BucketResourceAccess : KotlinCustomResource

Provides a lightsail resource access to a bucket.

Import

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

$ pulumi import aws:lightsail/bucketResourceAccess:BucketResourceAccess test example-bucket,example-instance

Properties

Link copied to clipboard
val bucketName: Output<String>

The name of the bucket to grant access to.

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 resourceName: Output<String>

The name of the resource to be granted bucket access.

Link copied to clipboard
val urn: Output<String>