1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. glue
  5. IdentityCenterConfiguration

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
aws-native logo

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

    Create IdentityCenterConfiguration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new IdentityCenterConfiguration(name: string, args: IdentityCenterConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def IdentityCenterConfiguration(resource_name: str,
                                    args: IdentityCenterConfigurationArgs,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def IdentityCenterConfiguration(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    instance_arn: Optional[str] = None,
                                    scopes: Optional[Sequence[str]] = None,
                                    user_background_sessions_enabled: Optional[bool] = None)
    func NewIdentityCenterConfiguration(ctx *Context, name string, args IdentityCenterConfigurationArgs, opts ...ResourceOption) (*IdentityCenterConfiguration, error)
    public IdentityCenterConfiguration(string name, IdentityCenterConfigurationArgs args, CustomResourceOptions? opts = null)
    public IdentityCenterConfiguration(String name, IdentityCenterConfigurationArgs args)
    public IdentityCenterConfiguration(String name, IdentityCenterConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:glue:IdentityCenterConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args IdentityCenterConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args IdentityCenterConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args IdentityCenterConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IdentityCenterConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IdentityCenterConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    IdentityCenterConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The IdentityCenterConfiguration resource accepts the following input properties:

    InstanceArn string
    The IAM identity center instance arn
    Scopes List<string>
    The downstream scopes that Glue identity center configuration can access
    UserBackgroundSessionsEnabled bool
    Enable or disable user background sessions for Glue Identity Center
    InstanceArn string
    The IAM identity center instance arn
    Scopes []string
    The downstream scopes that Glue identity center configuration can access
    UserBackgroundSessionsEnabled bool
    Enable or disable user background sessions for Glue Identity Center
    instanceArn String
    The IAM identity center instance arn
    scopes List<String>
    The downstream scopes that Glue identity center configuration can access
    userBackgroundSessionsEnabled Boolean
    Enable or disable user background sessions for Glue Identity Center
    instanceArn string
    The IAM identity center instance arn
    scopes string[]
    The downstream scopes that Glue identity center configuration can access
    userBackgroundSessionsEnabled boolean
    Enable or disable user background sessions for Glue Identity Center
    instance_arn str
    The IAM identity center instance arn
    scopes Sequence[str]
    The downstream scopes that Glue identity center configuration can access
    user_background_sessions_enabled bool
    Enable or disable user background sessions for Glue Identity Center
    instanceArn String
    The IAM identity center instance arn
    scopes List<String>
    The downstream scopes that Glue identity center configuration can access
    userBackgroundSessionsEnabled Boolean
    Enable or disable user background sessions for Glue Identity Center

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IdentityCenterConfiguration resource produces the following output properties:

    AccountId string
    The identifier for the specified AWS account.
    ApplicationArn string
    The Glue IAM identity center application arn
    Id string
    The provider-assigned unique ID for this managed resource.
    AccountId string
    The identifier for the specified AWS account.
    ApplicationArn string
    The Glue IAM identity center application arn
    Id string
    The provider-assigned unique ID for this managed resource.
    accountId String
    The identifier for the specified AWS account.
    applicationArn String
    The Glue IAM identity center application arn
    id String
    The provider-assigned unique ID for this managed resource.
    accountId string
    The identifier for the specified AWS account.
    applicationArn string
    The Glue IAM identity center application arn
    id string
    The provider-assigned unique ID for this managed resource.
    account_id str
    The identifier for the specified AWS account.
    application_arn str
    The Glue IAM identity center application arn
    id str
    The provider-assigned unique ID for this managed resource.
    accountId String
    The identifier for the specified AWS account.
    applicationArn String
    The Glue IAM identity center application arn
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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
      Meet Neo: Your AI Platform Teammate