TermCommitmentPreferencesArgs

data class TermCommitmentPreferencesArgs(val preferredTermCommitmentDuration: Output<String>? = null, val preferredTermCommitmentType: Output<Either<String, TermCommitmentType>>) : ConvertibleToJava<TermCommitmentPreferencesArgs>

Term Commitment preference received from customer.

Constructors

Link copied to clipboard
constructor(preferredTermCommitmentDuration: Output<String>? = null, preferredTermCommitmentType: Output<Either<String, TermCommitmentType>>)

Properties

Link copied to clipboard

Customer preferred Term Duration.

Link copied to clipboard

Term Commitment Type

Functions

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