GetAuthorizationTokenPlainArgs

data class GetAuthorizationTokenPlainArgs(val domain: String, val domainOwner: String? = null, val durationSeconds: Int? = null) : ConvertibleToJava<GetAuthorizationTokenPlainArgs>

A collection of arguments for invoking getAuthorizationToken.

Constructors

Link copied to clipboard
constructor(domain: String, domainOwner: String? = null, durationSeconds: Int? = null)

Properties

Link copied to clipboard

Name of the domain that is in scope for the generated authorization token.

Link copied to clipboard
val domainOwner: String? = null

Account number of the AWS account that owns the domain.

Link copied to clipboard
val durationSeconds: Int? = null

Time, in seconds, that the generated authorization token is valid. Valid values are 0 and between 900 and 43200.

Functions

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