PackageArgs

data class PackageArgs(val packageName: Output<String>? = null, val storageLocation: Output<PackageStorageLocationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PackageArgs>

Creates a package and storage location in an Amazon S3 access point.

Constructors

Link copied to clipboard
constructor(packageName: Output<String>? = null, storageLocation: Output<PackageStorageLocationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A name for the package.

Link copied to clipboard

A storage location.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags for the package.

Functions

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