paws.networking (version 0.1.6)

apigateway_generate_client_certificate: Generates a ClientCertificate resource

Description

Generates a ClientCertificate resource.

Usage

apigateway_generate_client_certificate(description, tags)

Arguments

description

The description of the ClientCertificate.

tags

The key-value map of strings. The valid character set is [a-zA-Z+-=.\_:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

Request syntax

svc$generate_client_certificate(
  description = "string",
  tags = list(
    "string"
  )
)