AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreatePolicyVersion operation. Creates a new version of the specified IoT policy. To update a policy, create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must use DeletePolicyVersion to delete an existing version before you create a new one.

Optionally, you can set the new version as the policy's default version. The default version is the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

Requires permission to access the CreatePolicyVersion action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.CreatePolicyVersionRequest

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class CreatePolicyVersionRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The CreatePolicyVersionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property PolicyDocument System.String

Gets and sets the property PolicyDocument.

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespace.

Public Property PolicyName System.String

Gets and sets the property PolicyName.

The policy name.

Public Property SetAsDefault System.Boolean

Gets and sets the property SetAsDefault.

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5