ClientCertificateArgs

data class ClientCertificateArgs(val description: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ClientCertificateArgs>

The `AWS::ApiGateway::ClientCertificate` resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The description of the client certificate.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The collection of tags. Each tag element is associated with a given resource.

Functions

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