connect_create_security_profile: This API is in preview release for Amazon Connect and is...

View source: R/connect_operations.R

connect_create_security_profileR Documentation

This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

See https://www.paws-r-sdk.com/docs/connect_create_security_profile/ for full documentation.

Usage

connect_create_security_profile(
  SecurityProfileName,
  Description = NULL,
  Permissions = NULL,
  InstanceId,
  Tags = NULL,
  AllowedAccessControlTags = NULL,
  TagRestrictedResources = NULL
)

Arguments

SecurityProfileName

[required] The name of the security profile.

Description

The description of the security profile.

Permissions

Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Tags

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

AllowedAccessControlTags

The list of tags that a security profile uses to restrict access to resources in Amazon Connect.

TagRestrictedResources

The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames: User | SecurityProfile | Queue | RoutingProfile


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.