IoT / Client / set_default_policy_version

set_default_policy_version#

IoT.Client.set_default_policy_version(**kwargs)#

Sets the specified version of the specified policy as the policy’s default (operative) version. This action affects all certificates to which the policy is attached. To list the principals the policy is attached to, use the ListPrincipalPolicies action.

Requires permission to access the SetDefaultPolicyVersion action.

See also: AWS API Documentation

Request Syntax

response = client.set_default_policy_version(
    policyName='string',
    policyVersionId='string'
)
Parameters:
  • policyName (string) –

    [REQUIRED]

    The policy name.

  • policyVersionId (string) –

    [REQUIRED]

    The policy version ID.

Returns:

None

Exceptions