![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.quicksight.cfnTheme.ResourcePermissionProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.quicksight.cfnTheme
import scala.collection.JavaConverters._
@scala.annotation.nowarn("cat=deprecation")
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object ResourcePermissionProperty {
def apply(
actions: List[String],
principal: String
): software.amazon.awscdk.services.quicksight.CfnTheme.ResourcePermissionProperty =
(new software.amazon.awscdk.services.quicksight.CfnTheme.ResourcePermissionProperty.Builder)
.actions(actions.asJava)
.principal(principal)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy