GetCustomPermissionsPlainArgs

data class GetCustomPermissionsPlainArgs(val awsAccountId: String, val customPermissionsName: String) : ConvertibleToJava<GetCustomPermissionsPlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, customPermissionsName: String)

Properties

Link copied to clipboard

The ID of the AWS account that contains the custom permission configuration that you want to update.

Link copied to clipboard

The name of the custom permissions profile.

Functions

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