Creates a security profile.
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,
Applications = NULL,
HierarchyRestrictedResources = NULL,
AllowedAccessControlHierarchyGroupId = NULL,
AllowedFlowModules = NULL,
GranularAccessControlConfiguration = 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 Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
The list of tags that a security profile uses to restrict access to resources in Connect Customer.
- TagRestrictedResources
The list of resources that a security profile applies tag restrictions to in Connect Customer. For a list of Connect Customer resources that you can tag, see Add tags to resources in Connect Customer in the Connect Customer Administrator Guide.
- Applications
A list of third-party applications or MCP Servers that the security profile will give access to.
- HierarchyRestrictedResources
The list of resources that a security profile applies hierarchy restrictions to in Connect Customer. Following are acceptable ResourceNames:
User.- AllowedAccessControlHierarchyGroupId
The identifier of the hierarchy group that a security profile uses to restrict access to resources in Connect Customer.
- AllowedFlowModules
A list of Flow Modules an AI Agent can invoke as a tool.
- GranularAccessControlConfiguration
The granular access control configuration for the security profile, including data table permissions.