io.github.hsiehshujeng.cdk.emrserverless.quickdemo.StudioAuthMode Maven / Gradle / Ivy
package io.github.hsiehshujeng.cdk.emrserverless.quickdemo;
/**
* What kind of authentication the Studio uses.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.103.1 (build bef2dea)", date = "2024-09-01T01:08:41.109Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = io.github.hsiehshujeng.cdk.emrserverless.quickdemo.$Module.class, fqn = "cdk-emrserverless-with-delta-lake.StudioAuthMode")
public enum StudioAuthMode {
/**
* the Studio authenticates users using AWS SSO.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AWS_SSO,
/**
* the Studio authenticates users using AWS IAM.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AWS_IAM,
}