ServiceConnectTlsConfigurationArgs

data class ServiceConnectTlsConfigurationArgs(val issuerCertificateAuthority: Output<ServiceConnectTlsCertificateAuthorityArgs>, val kmsKey: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<ServiceConnectTlsConfigurationArgs>

The key that encrypts and decrypts your resources for Service Connect TLS.

Constructors

Link copied to clipboard
constructor(issuerCertificateAuthority: Output<ServiceConnectTlsCertificateAuthorityArgs>, kmsKey: Output<String>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard

The signer certificate authority.

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

The AWS Key Management Service key.

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

The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.

Functions

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