Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / iot / set-default-policy-version.rst
Size: Mime:
**To set the default version for a policy**

The following ``set-default-policy-version`` example sets the default version to ``2`` for the policy named ``UpdateDeviceCertPolicy``. ::

    aws iot set-default-policy-version \
        --policy-name UpdateDeviceCertPolicy \
        --policy-version-id 2

This command produces no output.