PolicyArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): PolicyArgs

Properties

Link copied to clipboard
val policyDocument: Output<Any>? = null
Link copied to clipboard
val policyName: Output<String>? = null
Link copied to clipboard
val tags: Output<List<PolicyTagArgs>>? = null