We recommend new projects start with resources from the AWS provider.
aws-native.connect.UserHierarchyGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Connect::UserHierarchyGroup
Create UserHierarchyGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UserHierarchyGroup(name: string, args: UserHierarchyGroupArgs, opts?: CustomResourceOptions);
@overload
def UserHierarchyGroup(resource_name: str,
args: UserHierarchyGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def UserHierarchyGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_arn: Optional[str] = None,
name: Optional[str] = None,
parent_group_arn: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewUserHierarchyGroup(ctx *Context, name string, args UserHierarchyGroupArgs, opts ...ResourceOption) (*UserHierarchyGroup, error)
public UserHierarchyGroup(string name, UserHierarchyGroupArgs args, CustomResourceOptions? opts = null)
public UserHierarchyGroup(String name, UserHierarchyGroupArgs args)
public UserHierarchyGroup(String name, UserHierarchyGroupArgs args, CustomResourceOptions options)
type: aws-native:connect:UserHierarchyGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args UserHierarchyGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UserHierarchyGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UserHierarchyGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserHierarchyGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserHierarchyGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
UserHierarchyGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The UserHierarchyGroup resource accepts the following input properties:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the user hierarchy group.
- Parent
Group stringArn - The Amazon Resource Name (ARN) for the parent user hierarchy group.
- List<Pulumi.
Aws Native. Inputs. Tag> - One or more tags.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the user hierarchy group.
- Parent
Group stringArn - The Amazon Resource Name (ARN) for the parent user hierarchy group.
- Tag
Args - One or more tags.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the user hierarchy group.
- parent
Group StringArn - The Amazon Resource Name (ARN) for the parent user hierarchy group.
- List<Tag>
- One or more tags.
- instance
Arn string - The identifier of the Amazon Connect instance.
- name string
- The name of the user hierarchy group.
- parent
Group stringArn - The Amazon Resource Name (ARN) for the parent user hierarchy group.
- Tag[]
- One or more tags.
- instance_
arn str - The identifier of the Amazon Connect instance.
- name str
- The name of the user hierarchy group.
- parent_
group_ strarn - The Amazon Resource Name (ARN) for the parent user hierarchy group.
- Sequence[Tag
Args] - One or more tags.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the user hierarchy group.
- parent
Group StringArn - The Amazon Resource Name (ARN) for the parent user hierarchy group.
- List<Property Map>
- One or more tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the UserHierarchyGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- User
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- Id string
- The provider-assigned unique ID for this managed resource.
- User
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- id String
- The provider-assigned unique ID for this managed resource.
- user
Hierarchy StringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- id string
- The provider-assigned unique ID for this managed resource.
- user
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- id str
- The provider-assigned unique ID for this managed resource.
- user_
hierarchy_ strgroup_ arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- id String
- The provider-assigned unique ID for this managed resource.
- user
Hierarchy StringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.