TlsCertificateConfiguration

Configurations related to the TLS certificate for the security configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The TLS certificate type. Acceptable values: PEM or Custom.

Link copied to clipboard

Secrets Manager ARN that contains the private TLS certificate contents, used for communication between the user job and the system job.

Link copied to clipboard

Secrets Manager ARN that contains the public TLS certificate contents, used for communication between the user job and the system job.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String