All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.0 (build 3b9adc4)", date = "2024-08-28T01:02:02.037Z")
@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,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy