@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:36.693Z")
public interface CfnGroupProps
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 java.lang.String |
getDescription()
A string containing the description of the group.
|
java.lang.String |
getDisplayName()
`AWS::IdentityStore::Group.DisplayName`.
|
java.lang.String |
getIdentityStoreId()
`AWS::IdentityStore::Group.IdentityStoreId`.
|
java.lang.String getDisplayName()
java.lang.String getIdentityStoreId()
default java.lang.String getDescription()
static CfnGroupProps.Builder builder()
CfnGroupProps.Builder
of CfnGroupProps