AccessEntryAccessPolicyArgs

data class AccessEntryAccessPolicyArgs(val accessScope: Output<AccessEntryAccessScopeArgs>, val policyArn: Output<String>) : ConvertibleToJava<AccessEntryAccessPolicyArgs>

An access policy to associate with the current access entry.

Constructors

Link copied to clipboard
constructor(accessScope: Output<AccessEntryAccessScopeArgs>, policyArn: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val policyArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AccessEntryAccessPolicyArgs