CustomPermissionsArgs

data class CustomPermissionsArgs(val awsAccountId: Output<String>? = null, val capabilities: Output<CustomPermissionsCapabilitiesArgs>? = null, val customPermissionsName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CustomPermissionsArgs>

Definition of the AWS::QuickSight::CustomPermissions Resource Type.

Constructors

Link copied to clipboard
constructor(awsAccountId: Output<String>? = null, capabilities: Output<CustomPermissionsCapabilitiesArgs>? = null, customPermissionsName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null

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

Link copied to clipboard

A set of actions in the custom permissions profile.

Link copied to clipboard
val customPermissionsName: Output<String>? = null

The name of the custom permissions profile.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to associate with the custom permissions profile.

Functions

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