Policy Args
data class PolicyArgs(val policyDocument: Output<Any>? = null, val policyName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PolicyArgs>
Resource Type definition for AWS::IoT::Policy
Properties
Link copied to clipboard
The JSON document that describes the policy. Search the CloudFormation User Guide for AWS::IoT::Policy
for more information about the expected schema for this property.
Link copied to clipboard
The policy name.