GetPolicyResult

data class GetPolicyResult(val arn: String? = null, val id: String? = null, val policyDocument: Any? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, policyDocument: Any? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the AWS IoT policy, such as arn:aws:iot:us-east-2:123456789012:policy/MyPolicy .

Link copied to clipboard
val id: String? = null

The name of this policy.

Link copied to clipboard
val policyDocument: 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 tags: List<Tag>? = null