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