GetAccessEntryPlainArgs

data class GetAccessEntryPlainArgs(val clusterName: String, val principalArn: String) : ConvertibleToJava<GetAccessEntryPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, principalArn: String)

Properties

Link copied to clipboard

The cluster that the access entry is created for.

Link copied to clipboard

The principal ARN that the access entry is created for.

Functions

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