Skip to content

Describe Website Certificate Authority

worklink_describe_website_certificate_authority R Documentation

Provides information about the certificate authority

Description

Provides information about the certificate authority.

Usage

worklink_describe_website_certificate_authority(FleetArn, WebsiteCaId)

Arguments

FleetArn

[required] The ARN of the fleet.

WebsiteCaId

[required] A unique identifier for the certificate authority.

Value

A list with the following syntax:

list(
  Certificate = "string",
  CreatedTime = as.POSIXct(
    "2015-01-01"
  ),
  DisplayName = "string"
)

Request syntax

svc$describe_website_certificate_authority(
  FleetArn = "string",
  WebsiteCaId = "string"
)