Interface CfnCapabilityPropsMixin.SsoIdentityProperty

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

@Stability(Stable) public static interface CfnCapabilityPropsMixin.SsoIdentityProperty extends software.amazon.jsii.JsiiSerializable
An IAM Identity CenterIAM;

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.cfnpropertymixins.services.eks.*;
 SsoIdentityProperty ssoIdentityProperty = SsoIdentityProperty.builder()
         .id("id")
         .type("type")
         .build();
 

See Also: