PackageStorageLocationArgs

data class PackageStorageLocationArgs(val binaryPrefixLocation: Output<String>? = null, val bucket: Output<String>? = null, val generatedPrefixLocation: Output<String>? = null, val manifestPrefixLocation: Output<String>? = null, val repoPrefixLocation: Output<String>? = null) : ConvertibleToJava<PackageStorageLocationArgs>

A storage location.

Constructors

Link copied to clipboard
constructor(binaryPrefixLocation: Output<String>? = null, bucket: Output<String>? = null, generatedPrefixLocation: Output<String>? = null, manifestPrefixLocation: Output<String>? = null, repoPrefixLocation: Output<String>? = null)

Properties

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

The location's binary prefix.

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

The location's bucket.

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

The location's generated prefix.

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

The location's manifest prefix.

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

The location's repo prefix.

Functions

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