PolicyArgs

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

Constructors

Link copied to clipboard
constructor(policyDocument: Output<Any>? = null, policyName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val policyDocument: Output<Any>? = null

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
val policyName: Output<String>? = null

The policy name.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Functions

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