interface CfnSecurityProfileProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnSecurityProfileProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnSecurityProfileProps |
![]() | software.amazon.awscdk.services.connect.CfnSecurityProfileProps |
![]() | aws_cdk.aws_connect.CfnSecurityProfileProps |
![]() | aws-cdk-lib » aws_connect » CfnSecurityProfileProps |
Properties for defining a CfnSecurityProfile
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const cfnSecurityProfileProps: connect.CfnSecurityProfileProps = {
instanceArn: 'instanceArn',
securityProfileName: 'securityProfileName',
// the properties below are optional
allowedAccessControlHierarchyGroupId: 'allowedAccessControlHierarchyGroupId',
allowedAccessControlTags: [{
key: 'key',
value: 'value',
}],
applications: [{
applicationPermissions: ['applicationPermissions'],
namespace: 'namespace',
}],
description: 'description',
hierarchyRestrictedResources: ['hierarchyRestrictedResources'],
permissions: ['permissions'],
tagRestrictedResources: ['tagRestrictedResources'],
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The identifier of the Amazon Connect instance. |
security | string | The name for the security profile. |
allowed | string | The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect. |
allowed | IResolvable | IResolvable | Cfn [] | The list of tags that a security profile uses to restrict access to resources in Amazon Connect. |
applications? | IResolvable | IResolvable | Application [] | A list of third-party applications that the security profile will give access to. |
description? | string | The description of the security profile. |
hierarchy | string[] | The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. |
permissions? | string[] | Permissions assigned to the security profile. |
tag | string[] | The list of resources that a security profile applies tag restrictions to in Amazon Connect. |
tags? | Cfn [] | The tags used to organize, track, or control access for this resource. |
instanceArn
Type:
string
The identifier of the Amazon Connect instance.
securityProfileName
Type:
string
The name for the security profile.
allowedAccessControlHierarchyGroupId?
Type:
string
(optional)
The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.
allowedAccessControlTags?
Type:
IResolvable
|
IResolvable
|
Cfn
[]
(optional)
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
applications?
Type:
IResolvable
|
IResolvable
|
Application
[]
(optional)
A list of third-party applications that the security profile will give access to.
description?
Type:
string
(optional)
The description of the security profile.
hierarchyRestrictedResources?
Type:
string[]
(optional)
The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.
Following are acceptable ResourceNames: User
.
permissions?
Type:
string[]
(optional)
Permissions assigned to the security profile.
For a list of valid permissions, see List of security profile permissions .
tagRestrictedResources?
Type:
string[]
(optional)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
tags?
Type:
Cfn
[]
(optional)
The tags used to organize, track, or control access for this resource.
For example, { "Tags": {"key1":"value1", "key2":"value2"} }.