AWSIoTReplaceDefaultPolicyVersionParams
Objective-C
@interface AWSIoTReplaceDefaultPolicyVersionParams
Swift
class AWSIoTReplaceDefaultPolicyVersionParams
Parameters to define a mitigation action that adds a blank policy to restrict permissions.
Required parameters: [templateName]
-
The name of the template to be applied. The only supported value is
BLANK_POLICY
.Declaration
Objective-C
@property (nonatomic) AWSIoTPolicyTemplateName templateName;
Swift
var templateName: AWSIoTPolicyTemplateName { get set }