Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Value

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"
  )
)

Request syntax

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

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.