io.github.hsiehshujeng.cdk.emrserverless.quickdemo.StudioAuthMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-emrserverless-quickdemo-with-delta-lake Show documentation
Show all versions of cdk-emrserverless-quickdemo-with-delta-lake Show documentation
A construct for the quick demo of EMR Serverless.
package io.github.hsiehshujeng.cdk.emrserverless.quickdemo;
/**
* What kind of authentication the Studio uses.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-12-02T01:11:38.408Z")
@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