We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
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:
- Instance
Arn string - The IAM identity center instance 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
- Instance
Arn string - The IAM identity center instance 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
- instance
Arn String - The IAM identity center instance 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
- instance
Arn string - The IAM identity center instance 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
- instance_
arn str - The IAM identity center instance 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
- instance
Arn String - The IAM identity center instance 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
Outputs
All input properties are implicitly available as output properties. Additionally, the IdentityCenterConfiguration resource produces the following output properties:
- Account
Id string - The identifier for the specified AWS account.
- Application
Arn string - The Glue IAM identity center application arn
- Id string
- The provider-assigned unique ID for this managed resource.
- Account
Id string - The identifier for the specified AWS account.
- Application
Arn string - The Glue IAM identity center application arn
- Id string
- The provider-assigned unique ID for this managed resource.
- account
Id String - The identifier for the specified AWS account.
- application
Arn String - The Glue IAM identity center application arn
- id String
- The provider-assigned unique ID for this managed resource.
- account
Id string - The identifier for the specified AWS account.
- application
Arn 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.
- account
Id String - The identifier for the specified AWS account.
- application
Arn 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
We recommend new projects start with resources from the AWS provider.
