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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCapability.SsoIdentityPropertystatic final classAn implementation forCfnCapability.SsoIdentityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The unique identifier of the IAM Identity Center user or group.- See Also:
-
getType
The type of identity.Valid values are SSO_USER or SSO_GROUP.
- See Also:
-
builder
-