WorkLink / Client / list_website_certificate_authorities

list_website_certificate_authorities#

WorkLink.Client.list_website_certificate_authorities(**kwargs)#

Retrieves a list of certificate authorities added for the current account and Region.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.list_website_certificate_authorities(
    FleetArn='string',
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • FleetArn (string) –

    [REQUIRED]

    The ARN of the fleet.

  • MaxResults (integer) – The maximum number of results to be included in the next page.

  • NextToken (string) – The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Return type:

dict

Returns:

Response Syntax

{
    'WebsiteCertificateAuthorities': [
        {
            'WebsiteCaId': 'string',
            'CreatedTime': datetime(2015, 1, 1),
            'DisplayName': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • WebsiteCertificateAuthorities (list) –

      Information about the certificates.

      • (dict) –

        The summary of the certificate authority (CA).

        • WebsiteCaId (string) –

          A unique identifier for the CA.

        • CreatedTime (datetime) –

          The time when the CA was added.

        • DisplayName (string) –

          The name to display.

    • NextToken (string) –

      The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException

  • WorkLink.Client.exceptions.InternalServerErrorException

  • WorkLink.Client.exceptions.InvalidRequestException

  • WorkLink.Client.exceptions.TooManyRequestsException