Policy

class Policy : KotlinCustomResource

Resource Type definition for AWS::IoT::Policy

Properties

Link copied to clipboard
val arn: Output<String>

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 awsId: Output<String>

The name of this policy.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyDocument: Output<Any>

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>?

The policy name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?
Link copied to clipboard
val urn: Output<String>