interface SecurityProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.SecurityProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#SecurityProfileReference |
![]() | software.amazon.awscdk.services.connect.SecurityProfileReference |
![]() | aws_cdk.aws_connect.SecurityProfileReference |
![]() | aws-cdk-lib » aws_connect » SecurityProfileReference |
A reference to a SecurityProfile resource.
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 securityProfileReference: connect.SecurityProfileReference = {
securityProfileArn: 'securityProfileArn',
};
Properties
Name | Type | Description |
---|---|---|
security | string | The SecurityProfileArn of the SecurityProfile resource. |
securityProfileArn
Type:
string
The SecurityProfileArn of the SecurityProfile resource.