We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
Resource Type definition for AWS::Glue::IdentityCenterConfiguration
Using getIdentityCenterConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIdentityCenterConfiguration(args: GetIdentityCenterConfigurationArgs, opts?: InvokeOptions): Promise<GetIdentityCenterConfigurationResult>
function getIdentityCenterConfigurationOutput(args: GetIdentityCenterConfigurationOutputArgs, opts?: InvokeOptions): Output<GetIdentityCenterConfigurationResult>def get_identity_center_configuration(account_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIdentityCenterConfigurationResult
def get_identity_center_configuration_output(account_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIdentityCenterConfigurationResult]func LookupIdentityCenterConfiguration(ctx *Context, args *LookupIdentityCenterConfigurationArgs, opts ...InvokeOption) (*LookupIdentityCenterConfigurationResult, error)
func LookupIdentityCenterConfigurationOutput(ctx *Context, args *LookupIdentityCenterConfigurationOutputArgs, opts ...InvokeOption) LookupIdentityCenterConfigurationResultOutput> Note: This function is named LookupIdentityCenterConfiguration in the Go SDK.
public static class GetIdentityCenterConfiguration
{
public static Task<GetIdentityCenterConfigurationResult> InvokeAsync(GetIdentityCenterConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetIdentityCenterConfigurationResult> Invoke(GetIdentityCenterConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIdentityCenterConfigurationResult> getIdentityCenterConfiguration(GetIdentityCenterConfigurationArgs args, InvokeOptions options)
public static Output<GetIdentityCenterConfigurationResult> getIdentityCenterConfiguration(GetIdentityCenterConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:glue:getIdentityCenterConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - The identifier for the specified AWS account.
- Account
Id string - The identifier for the specified AWS account.
- account
Id String - The identifier for the specified AWS account.
- account
Id string - The identifier for the specified AWS account.
- account_
id str - The identifier for the specified AWS account.
- account
Id String - The identifier for the specified AWS account.
getIdentityCenterConfiguration Result
The following output properties are available:
- Account
Id string - The identifier for the specified AWS account.
- Application
Arn string - The Glue IAM identity center application arn
- Scopes List<string>
- The downstream scopes that Glue identity center configuration can access
- User
Background boolSessions Enabled - Enable or disable user background sessions for Glue Identity Center
- Account
Id string - The identifier for the specified AWS account.
- Application
Arn string - The Glue IAM identity center application arn
- Scopes []string
- The downstream scopes that Glue identity center configuration can access
- User
Background boolSessions Enabled - Enable or disable user background sessions for Glue Identity Center
- account
Id String - The identifier for the specified AWS account.
- application
Arn String - The Glue IAM identity center application arn
- scopes List<String>
- The downstream scopes that Glue identity center configuration can access
- user
Background BooleanSessions Enabled - Enable or disable user background sessions for Glue Identity Center
- account
Id string - The identifier for the specified AWS account.
- application
Arn string - The Glue IAM identity center application arn
- scopes string[]
- The downstream scopes that Glue identity center configuration can access
- user
Background booleanSessions Enabled - Enable or disable user background sessions for Glue Identity Center
- account_
id str - The identifier for the specified AWS account.
- application_
arn str - The Glue IAM identity center application arn
- scopes Sequence[str]
- The downstream scopes that Glue identity center configuration can access
- user_
background_ boolsessions_ enabled - Enable or disable user background sessions for Glue Identity Center
- account
Id String - The identifier for the specified AWS account.
- application
Arn String - The Glue IAM identity center application arn
- scopes List<String>
- The downstream scopes that Glue identity center configuration can access
- user
Background BooleanSessions Enabled - Enable or disable user background sessions for Glue Identity Center
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
