ServiceServiceConnectConfigurationServiceTls

data class ServiceServiceConnectConfigurationServiceTls(val issuerCertAuthority: ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority, val kmsKey: String? = null, val roleArn: String? = null)

Constructors

constructor(issuerCertAuthority: ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthority, kmsKey: String? = null, roleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details of the certificate authority which will issue the certificate.

Link copied to clipboard
val kmsKey: String? = null

KMS key used to encrypt the private key in Secrets Manager.

Link copied to clipboard
val roleArn: String? = null

ARN of the IAM Role that's associated with the Service Connect TLS.