Interface CfnIdentityCenterConfigurationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdentityCenterConfigurationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:59.702Z")
@Stability(Stable)
public interface CfnIdentityCenterConfigurationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnIdentityCenterConfigurationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
CfnIdentityCenterConfigurationMixinProps cfnIdentityCenterConfigurationMixinProps = CfnIdentityCenterConfigurationMixinProps.builder()
.instanceArn("instanceArn")
.scopes(List.of("scopes"))
.userBackgroundSessionsEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIdentityCenterConfigurationMixinPropsstatic final classAn implementation forCfnIdentityCenterConfigurationMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default 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.default ObjectIndicates whether users can run background sessions when using Identity Center authentication with AWS Glue services.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceArn
The Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS Glue configuration.- See Also:
-
getScopes
A list of Identity Center scopes that define the permissions and access levels for the AWS Glue configuration.- See Also:
-
getUserBackgroundSessionsEnabled
Indicates whether users can run background sessions when using Identity Center authentication with AWS Glue services.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-