Show / Hide Table of Contents

Class CfnCapability.SsoIdentityProperty

An IAM Identity CenterIAM;

Inheritance
object
CfnCapability.SsoIdentityProperty
Implements
CfnCapability.ISsoIdentityProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EKSv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCapability.SsoIdentityProperty : CfnCapability.ISsoIdentityProperty
Syntax (vb)
Public Class CfnCapability.SsoIdentityProperty Implements 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.EKSv2;

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

Synopsis

Constructors

SsoIdentityProperty()

An IAM Identity CenterIAM;

Properties

Id

The unique identifier of the IAM Identity CenterIAM;

Type

The type of identity.

Constructors

SsoIdentityProperty()

An IAM Identity CenterIAM;

public SsoIdentityProperty()
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.EKSv2;

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

Properties

Id

The unique identifier of the IAM Identity CenterIAM;

public string Id { get; set; }
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.

public string Type { get; set; }
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

Implements

CfnCapability.ISsoIdentityProperty
Back to top Generated by DocFX