GetPolicyStatementResult

data class GetPolicyStatementResult(val action: List<String>? = null, val condition: String? = null, val effect: PolicyStatementStatementEffect? = null, val principal: List<String>? = null)

Constructors

Link copied to clipboard
constructor(action: List<String>? = null, condition: String? = null, effect: PolicyStatementStatementEffect? = null, principal: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: List<String>? = null

The action that the principal can use on the resource. For example, entityresolution:GetIdMappingJob , entityresolution:GetMatchingJob .

Link copied to clipboard
val condition: String? = null

A set of condition keys that you can use in key policies.

Link copied to clipboard

Determines whether the permissions specified in the policy are to be allowed ( Allow ) or denied ( Deny ).

Link copied to clipboard
val principal: List<String>? = null

The AWS service or AWS account that can access the resource defined as ARN.