Policy Args
data class PolicyArgs(val policyDocument: Output<Any>? = null, val policyName: Output<String>? = null, val tags: Output<List<PolicyTagArgs>>? = null) : ConvertibleToJava<PolicyArgs>
Resource Type definition for AWS::IoT::Policy
Constructors
Link copied to clipboard
fun PolicyArgs(policyDocument: Output<Any>? = null, policyName: Output<String>? = null, tags: Output<List<PolicyTagArgs>>? = null)