@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.185Z") @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()
`AWS::IdentityStore::Group.Description`.
|
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.