AccessEntryAccessPolicy

data class AccessEntryAccessPolicy(val accessScope: AccessEntryAccessScope, val policyArn: String)

An access policy to associate with the current access entry.

Constructors

Link copied to clipboard
constructor(accessScope: AccessEntryAccessScope, policyArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The scope of an AccessPolicy that's associated to an AccessEntry .

Link copied to clipboard

The ARN of the access policy to add to the access entry.