Service Connect Tls Configuration
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)