Show / Hide Table of Contents

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.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnIdentityCenterConfiguration
Implements
IInspectable
IIdentityCenterConfigurationRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

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 AWS::Glue::IdentityCenterConfiguration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

CloudformationResource: AWS::Glue::IdentityCenterConfiguration

ExampleMetadata: fixture=_generated

Properties

AttrAccountId

The identifier for the specified AWS account.

public virtual string AttrAccountId { get; }
Property Value

string

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

string

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

CloudformationResource: AWS::Glue::IdentityCenterConfiguration

ExampleMetadata: fixture=_generated

IdentityCenterConfigurationRef

A reference to a IdentityCenterConfiguration resource.

public virtual IIdentityCenterConfigurationReference IdentityCenterConfigurationRef { get; }
Property Value

IIdentityCenterConfigurationReference

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

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

object

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

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

bool

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-identitycenterconfiguration.html

CloudformationResource: AWS::Glue::IdentityCenterConfiguration

ExampleMetadata: fixture=_generated

Implements

IInspectable
IIdentityCenterConfigurationRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX