ServiceConnectTlsConfiguration

data class ServiceConnectTlsConfiguration(val issuerCertificateAuthority: ServiceConnectTlsCertificateAuthority, val kmsKey: String? = null, val roleArn: String? = null)

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

Constructors

Link copied to clipboard
constructor(issuerCertificateAuthority: ServiceConnectTlsCertificateAuthority, kmsKey: String? = null, roleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The AWS Key Management Service key.

Link copied to clipboard
val roleArn: String? = null

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