Show / Hide Table of Contents

Interface IIdentityCenterConfigurationReference

A reference to a IdentityCenterConfiguration resource.

Namespace: Amazon.CDK.Interfaces.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIdentityCenterConfigurationReference
Syntax (vb)
Public Interface IIdentityCenterConfigurationReference
Remarks

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.Interfaces.Glue;

            var identityCenterConfigurationReference = new IdentityCenterConfigurationReference {
                AccountId = "accountId"
            };

Synopsis

Properties

AccountId

The AccountId of the IdentityCenterConfiguration resource.

Properties

AccountId

The AccountId of the IdentityCenterConfiguration resource.

string AccountId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX