ClientCertificate

class ClientCertificate : KotlinCustomResource

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.

Properties

Link copied to clipboard

The ID for the client certificate. For example: abc123 .

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

The description of the client certificate.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>