Show / Hide Table of Contents

Interface CfnCapability.ISsoIdentityProperty

An IAM Identity CenterIAM;

Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCapability.ISsoIdentityProperty
Syntax (vb)
Public Interface CfnCapability.ISsoIdentityProperty
Remarks

Identity Center identity (user or group) that can be assigned permissions in a capability.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-capability-ssoidentity.html

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.EKS;

             var ssoIdentityProperty = new SsoIdentityProperty {
                 Id = "id",
                 Type = "type"
             };

Synopsis

Properties

Id

The unique identifier of the IAM Identity CenterIAM;

Type

The type of identity.

Properties

Id

The unique identifier of the IAM Identity CenterIAM;

string Id { get; }
Property Value

string

Remarks

Identity Center user or group.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-capability-ssoidentity.html#cfn-eks-capability-ssoidentity-id

Type

The type of identity.

string Type { get; }
Property Value

string

Remarks

Valid values are SSO_USER or SSO_GROUP .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-capability-ssoidentity.html#cfn-eks-capability-ssoidentity-type

Back to top Generated by DocFX