Interface CfnUserHierarchyGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserHierarchyGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.660Z")
@Stability(Stable)
public interface CfnUserHierarchyGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnUserHierarchyGroupPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
CfnUserHierarchyGroupMixinProps cfnUserHierarchyGroupMixinProps = CfnUserHierarchyGroupMixinProps.builder()
.instanceArn("instanceArn")
.name("name")
.parentGroupArn("parentGroupArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserHierarchyGroupMixinPropsstatic final classAn implementation forCfnUserHierarchyGroupMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe Amazon Resource Name (ARN) of the user hierarchy group.default StringgetName()The name of the user hierarchy group.default StringThe Amazon Resource Name (ARN) of the parent group.getTags()An array of key-value pairs to apply to this resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceArn
The Amazon Resource Name (ARN) of the user hierarchy group.Returns union: either
StringorIInstanceRef- See Also:
-
getName
The name of the user hierarchy group.- See Also:
-
getParentGroupArn
The Amazon Resource Name (ARN) of the parent group.- See Also:
-
getTags
An array of key-value pairs to apply to this resource.- See Also:
-
builder
-