GetPolicyStatementPlainArgs

data class GetPolicyStatementPlainArgs(val arn: String, val statementId: String) : ConvertibleToJava<GetPolicyStatementPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String, statementId: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.

Link copied to clipboard

A statement identifier that differentiates the statement from others in the same policy.

Functions

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