Interface CfnIdentityCenterConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdentityCenterConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-09T10:20:19.539Z")
@Stability(Stable)
public interface CfnIdentityCenterConfigurationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnIdentityCenterConfiguration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
CfnIdentityCenterConfigurationProps cfnIdentityCenterConfigurationProps = CfnIdentityCenterConfigurationProps.builder()
.instanceArn("instanceArn")
// the properties below are optional
.scopes(List.of("scopes"))
.userBackgroundSessionsEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIdentityCenterConfigurationPropsstatic final classAn implementation forCfnIdentityCenterConfigurationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The 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
-