GetResourcePolicyResult

data class GetResourcePolicyResult(val policy: Any? = null, val policyHash: String? = null, val policyId: String? = null)

Constructors

Link copied to clipboard
constructor(policy: Any? = null, policyHash: String? = null, policyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policy: Any? = null

Actual policy statement. Search the CloudFormation User Guide for AWS::SSM::ResourcePolicy for more information about the expected schema for this property.

Link copied to clipboard
val policyHash: String? = null

A snapshot identifier for the policy over time.

Link copied to clipboard
val policyId: String? = null

An unique identifier within the policies of a resource.