Class CfnIdentityCenterConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnIdentityCenterConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityCenterConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityCenterConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnIdentityCenterConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityCenterConfigurationMixinProps
An implementation for
CfnIdentityCenterConfigurationMixinProps-
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.cfnpropertymixins.services.glue.CfnIdentityCenterConfigurationMixinProps
CfnIdentityCenterConfigurationMixinProps.Builder, CfnIdentityCenterConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentityCenterConfigurationMixinProps.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 theCfnIdentityCenterConfigurationMixinProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnIdentityCenterConfigurationMixinPropsThe Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS Glue configuration.- Specified by:
getInstanceArnin interfaceCfnIdentityCenterConfigurationMixinProps- See Also:
-
getScopes
Description copied from interface:CfnIdentityCenterConfigurationMixinPropsA list of Identity Center scopes that define the permissions and access levels for the AWS Glue configuration.- Specified by:
getScopesin interfaceCfnIdentityCenterConfigurationMixinProps- See Also:
-
getUserBackgroundSessionsEnabled
Description copied from interface:CfnIdentityCenterConfigurationMixinPropsIndicates whether users can run background sessions when using Identity Center authentication with AWS Glue services.Returns union: either
BooleanorIResolvable- Specified by:
getUserBackgroundSessionsEnabledin interfaceCfnIdentityCenterConfigurationMixinProps- 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()
-