Interface CfnGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:00.030Z")
@Stability(Stable)
public interface CfnGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnGroupPropsMixin.
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.identitystore.*;
CfnGroupMixinProps cfnGroupMixinProps = CfnGroupMixinProps.builder()
.description("description")
.displayName("displayName")
.identityStoreId("identityStoreId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGroupMixinPropsstatic final classAn implementation forCfnGroupMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnGroupMixinProps.Builderbuilder()default StringA string containing the description of the group.default StringThe display name value for the group.default StringThe globally unique identifier for the identity store.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
A string containing the description of the group.- See Also:
-
getDisplayName
The display name value for the group.The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
Prefix search supports a maximum of 1,000 characters for the string.
- See Also:
-
getIdentityStoreId
The globally unique identifier for the identity store.- See Also:
-
builder
- Returns:
- a
CfnGroupMixinProps.BuilderofCfnGroupMixinProps
-