ServiceServiceConnectConfigurationServiceTls

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of the certificate authority which will issue the certificate.

Link copied to clipboard
val kmsKey: String? = null

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

Link copied to clipboard
val roleArn: String? = null

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