ServiceServiceConnectConfigurationServiceTlsArgs

data class ServiceServiceConnectConfigurationServiceTlsArgs(val issuerCertAuthority: Output<ServiceServiceConnectConfigurationServiceTlsIssuerCertAuthorityArgs>, val kmsKey: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<ServiceServiceConnectConfigurationServiceTlsArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

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

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

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

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

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