ServiceConnectTlsConfigurationResponse

data class ServiceConnectTlsConfigurationResponse(val issuerCertificateAuthority: ServiceConnectTlsCertificateAuthorityResponse? = null, val kmsKey: String? = null, val roleArn: String? = null)

Definition of ServiceConnectTlsConfiguration

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The signer certificate authority. An object that represents the AWS Private Certificate Authority certificate.

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.