AWSIoTCreatePolicyRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSIoTModel.h AWSIoTModel.m |
Overview
The input for the CreatePolicy operation.
Required parameters: [policyName, policyDocument]
policyDocument
The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
@property (nonatomic, strong) NSString *policyDocument
Declared In
AWSIoTModel.h
policyName
The policy name.
@property (nonatomic, strong) NSString *policyName
Declared In
AWSIoTModel.h