WorkLink / Client / describe_device_policy_configuration

describe_device_policy_configuration#

WorkLink.Client.describe_device_policy_configuration(**kwargs)#

Describes the device policy configuration for the specified fleet.

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_device_policy_configuration(
    FleetArn='string'
)
Parameters:

FleetArn (string) –

[REQUIRED]

The ARN of the fleet.

Return type:

dict

Returns:

Response Syntax

{
    'DeviceCaCertificate': 'string'
}

Response Structure

  • (dict) –

    • DeviceCaCertificate (string) –

      The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException

  • WorkLink.Client.exceptions.InternalServerErrorException

  • WorkLink.Client.exceptions.InvalidRequestException

  • WorkLink.Client.exceptions.ResourceNotFoundException

  • WorkLink.Client.exceptions.TooManyRequestsException