LicenseIssuerDataArgs

data class LicenseIssuerDataArgs(val name: Output<String>, val signKey: Output<String>? = null) : ConvertibleToJava<LicenseIssuerDataArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, signKey: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

Issuer name.

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

Asymmetric KMS key from AWS Key Management Service . The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.

Functions

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