@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:35.780Z") @Stability(value=Stable) public interface CfnGroupProps extends software.amazon.jsii.JsiiSerializable
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.identitystore.*;
CfnGroupProps cfnGroupProps = CfnGroupProps.builder()
.displayName("displayName")
.identityStoreId("identityStoreId")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGroupProps.Builder
A builder for
CfnGroupProps |
static class |
CfnGroupProps.Jsii$Proxy
An implementation for
CfnGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGroupProps.Builder |
builder() |
default String |
getDescription()
A string containing the description of the group.
|
String |
getDisplayName()
`AWS::IdentityStore::Group.DisplayName`.
|
String |
getIdentityStoreId()
`AWS::IdentityStore::Group.IdentityStoreId`.
|
@Stability(value=Stable) @NotNull String getDisplayName()
@Stability(value=Stable) @NotNull String getIdentityStoreId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnGroupProps.Builder builder()
CfnGroupProps.Builder of CfnGroupPropsCopyright © 2022. All rights reserved.