@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.726Z") @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()
`AWS::Connect::UserHierarchyGroup.InstanceArn`.
|
String |
getName()
`AWS::Connect::UserHierarchyGroup.Name`.
|
default String |
getParentGroupArn()
`AWS::Connect::UserHierarchyGroup.ParentGroupArn`.
|
@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 © 2021. All rights reserved.