Class CfnIdentityCenterConfiguration
Creates a new AWS Glue Identity Center configuration to enable integration between AWS Glue and AWS IAM Identity Center for authentication and authorization.
Inherited Members
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIdentityCenterConfiguration : CfnResource, IInspectable, IIdentityCenterConfigurationRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnIdentityCenterConfiguration Inherits CfnResource Implements IInspectable, IIdentityCenterConfigurationRef, IConstruct, IDependable, IEnvironmentAware
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Glue;
var cfnIdentityCenterConfiguration = new CfnIdentityCenterConfiguration(this, "MyCfnIdentityCenterConfiguration", new CfnIdentityCenterConfigurationProps {
InstanceArn = "instanceArn",
// the properties below are optional
Scopes = new [] { "scopes" },
UserBackgroundSessionsEnabled = false
});
Synopsis
Constructors
| CfnIdentityCenterConfiguration(Construct, string, ICfnIdentityCenterConfigurationProps) | Create a new |
Properties
| AttrAccountId | The identifier for the specified AWS account. |
| AttrApplicationArn | The Amazon Resource Name (ARN) of the Identity Center application associated with the AWS Glue configuration. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | Creates a new AWS Glue Identity Center configuration to enable integration between AWS Glue and AWS IAM Identity Center for authentication and authorization. |
| IdentityCenterConfigurationRef | A reference to a IdentityCenterConfiguration resource. |
| InstanceArn | The Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS Glue configuration. |
| Scopes | A list of Identity Center scopes that define the permissions and access levels for the AWS Glue configuration. |
| UserBackgroundSessionsEnabled | Indicates whether users can run background sessions when using Identity Center authentication with AWS Glue services. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnIdentityCenterConfiguration(object) | Checks whether the given object is a CfnIdentityCenterConfiguration. |
| RenderProperties(IDictionary<string, object>) | Creates a new AWS Glue Identity Center configuration to enable integration between AWS Glue and AWS IAM Identity Center for authentication and authorization. |
Constructors
CfnIdentityCenterConfiguration(Construct, string, ICfnIdentityCenterConfigurationProps)
Create a new AWS::Glue::IdentityCenterConfiguration.
public CfnIdentityCenterConfiguration(Construct scope, string id, ICfnIdentityCenterConfigurationProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnIdentityCenterConfigurationProps
Resource properties.
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
Properties
AttrAccountId
The identifier for the specified AWS account.
public virtual string AttrAccountId { get; }
Property Value
Remarks
CloudformationAttribute: AccountId
AttrApplicationArn
The Amazon Resource Name (ARN) of the Identity Center application associated with the AWS Glue configuration.
public virtual string AttrApplicationArn { get; }
Property Value
Remarks
CloudformationAttribute: ApplicationArn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
CfnProperties
Creates a new AWS Glue Identity Center configuration to enable integration between AWS Glue and AWS IAM Identity Center for authentication and authorization.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
IdentityCenterConfigurationRef
A reference to a IdentityCenterConfiguration resource.
public virtual IIdentityCenterConfigurationReference IdentityCenterConfigurationRef { get; }
Property Value
IIdentityCenterConfigurationReference
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
InstanceArn
The Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS Glue configuration.
public virtual string InstanceArn { get; set; }
Property Value
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
Scopes
A list of Identity Center scopes that define the permissions and access levels for the AWS Glue configuration.
public virtual string[]? Scopes { get; set; }
Property Value
string[]
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
UserBackgroundSessionsEnabled
Indicates whether users can run background sessions when using Identity Center authentication with AWS Glue services.
public virtual object? UserBackgroundSessionsEnabled { get; set; }
Property Value
Remarks
Type union: either bool or IResolvable
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
IsCfnIdentityCenterConfiguration(object)
Checks whether the given object is a CfnIdentityCenterConfiguration.
public static bool IsCfnIdentityCenterConfiguration(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Creates a new AWS Glue Identity Center configuration to enable integration between AWS Glue and AWS IAM Identity Center for authentication and authorization.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::Glue::IdentityCenterConfiguration
ExampleMetadata: fixture=_generated