GetStaticCredentialsPlainArgs

data class GetStaticCredentialsPlainArgs(val mount: String, val namespace: String? = null, val roleName: String) : ConvertibleToJava<GetStaticCredentialsPlainArgs>

A collection of arguments for invoking getStaticCredentials.

Constructors

Link copied to clipboard
constructor(mount: String, namespace: String? = null, roleName: String)

Properties

Link copied to clipboard
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard

Functions

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