CreateCertificateProviderRequest

Types

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

Properties

Link copied to clipboard

A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.

Link copied to clipboard

The name of the certificate provider.

Link copied to clipboard

A string that you can optionally pass in the CreateCertificateProvider request to make sure the request is idempotent.

Link copied to clipboard

The ARN of the Lambda function that defines the authentication logic.

Link copied to clipboard
val tags: List<Tag>?

Metadata which can be used to manage the certificate provider.

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