Generates a ClientCertificate resource.
apigateway_generate_client_certificate(description, tags)
The description of the ClientCertificate.
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.
A list with the following syntax:
list( clientCertificateId = "string", description = "string", pemEncodedCertificate = "string", createdDate = as.POSIXct( "2015-01-01" ), expirationDate = as.POSIXct( "2015-01-01" ), tags = list( "string" ) )
svc$generate_client_certificate( description = "string", tags = list( "string" ) )