@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.778Z") @Stability(value=Stable) public interface CfnUserHierarchyGroupProps 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.connect.*;
CfnUserHierarchyGroupProps cfnUserHierarchyGroupProps = CfnUserHierarchyGroupProps.builder()
.instanceArn("instanceArn")
.name("name")
// the properties below are optional
.parentGroupArn("parentGroupArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserHierarchyGroupProps.Builder
A builder for
CfnUserHierarchyGroupProps |
static class |
CfnUserHierarchyGroupProps.Jsii$Proxy
An implementation for
CfnUserHierarchyGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserHierarchyGroupProps.Builder |
builder() |
String |
getInstanceArn()
The Amazon Resource Name (ARN) of the user hierarchy group.
|
String |
getName()
The name of the user hierarchy group.
|
default String |
getParentGroupArn()
The Amazon Resource Name (ARN) of the parent group.
|
@Stability(value=Stable) @NotNull String getInstanceArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getParentGroupArn()
@Stability(value=Stable) static CfnUserHierarchyGroupProps.Builder builder()
CfnUserHierarchyGroupProps.Builder of CfnUserHierarchyGroupPropsCopyright © 2022. All rights reserved.