TlsCertificateConfiguration
Configurations related to the TLS certificate for the security configuration.
Types
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
inline fun copy(block: TlsCertificateConfiguration.Builder.() -> Unit = {}): TlsCertificateConfiguration