WorkLink / Client / describe_website_certificate_authority

describe_website_certificate_authority#

WorkLink.Client.describe_website_certificate_authority(**kwargs)#

Provides information about the certificate authority.

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.describe_website_certificate_authority(
    FleetArn='string',
    WebsiteCaId='string'
)
Parameters:
  • FleetArn (string) –

    [REQUIRED]

    The ARN of the fleet.

  • WebsiteCaId (string) –

    [REQUIRED]

    A unique identifier for the certificate authority.

Return type:

dict

Returns:

Response Syntax

{
    'Certificate': 'string',
    'CreatedTime': datetime(2015, 1, 1),
    'DisplayName': 'string'
}

Response Structure

  • (dict) –

    • Certificate (string) –

      The root certificate of the certificate authority.

    • CreatedTime (datetime) –

      The time that the certificate authority was added.

    • DisplayName (string) –

      The certificate name to display.

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException

  • WorkLink.Client.exceptions.InternalServerErrorException

  • WorkLink.Client.exceptions.InvalidRequestException

  • WorkLink.Client.exceptions.ResourceNotFoundException

  • WorkLink.Client.exceptions.TooManyRequestsException