GetBucketObjectsPlainArgs

data class GetBucketObjectsPlainArgs(val bucketName: String, val keyPrefix: String? = null, val keyRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetBucketObjectsPlainArgs>

A collection of arguments for invoking getBucketObjects.

Constructors

Link copied to clipboard
constructor(bucketName: String, keyPrefix: String? = null, keyRegex: String? = null, outputFile: String? = null)

Properties

Link copied to clipboard

Name of the bucket that contains the objects to find.

Link copied to clipboard
val keyPrefix: String? = null

Filter results by the given key prefix (such as "path/to/folder/logs-").

Link copied to clipboard
val keyRegex: String? = null

A regex string to filter results by key.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Functions

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