Class CfnIdentityCenterConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnIdentityCenterConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityCenterConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityCenterConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnIdentityCenterConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityCenterConfigurationProps
An implementation for
CfnIdentityCenterConfigurationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnIdentityCenterConfigurationProps
CfnIdentityCenterConfigurationProps.Builder, CfnIdentityCenterConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentityCenterConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS Glue configuration.A list of Identity Center scopes that define the permissions and access levels for the AWS Glue configuration.final ObjectIndicates whether users can run background sessions when using Identity Center authentication with AWS Glue services.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIdentityCenterConfigurationProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnIdentityCenterConfigurationPropsThe Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS Glue configuration.- Specified by:
getInstanceArnin interfaceCfnIdentityCenterConfigurationProps- See Also:
-
getScopes
Description copied from interface:CfnIdentityCenterConfigurationPropsA list of Identity Center scopes that define the permissions and access levels for the AWS Glue configuration.- Specified by:
getScopesin interfaceCfnIdentityCenterConfigurationProps- See Also:
-
getUserBackgroundSessionsEnabled
Description copied from interface:CfnIdentityCenterConfigurationPropsIndicates whether users can run background sessions when using Identity Center authentication with AWS Glue services.Returns union: either
BooleanorIResolvable- Specified by:
getUserBackgroundSessionsEnabledin interfaceCfnIdentityCenterConfigurationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-