Interface CfnCapability.SsoIdentityProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCapability.SsoIdentityProperty.Jsii$Proxy
Enclosing class:
CfnCapability

@Stability(Stable) public static interface CfnCapability.SsoIdentityProperty extends software.amazon.jsii.JsiiSerializable
An IAM Identity Center identity (user or group) that can be assigned permissions in a capability.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.eks.*;
 SsoIdentityProperty ssoIdentityProperty = SsoIdentityProperty.builder()
         .id("id")
         .type("type")
         .build();
 

See Also: