SecurityProfileReference

class aws_cdk.aws_connect.SecurityProfileReference(*, security_profile_arn)

Bases: object

A reference to a SecurityProfile resource.

Parameters:

security_profile_arn (str) – The SecurityProfileArn of the SecurityProfile resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_connect as connect

security_profile_reference = connect.SecurityProfileReference(
    security_profile_arn="securityProfileArn"
)

Attributes

security_profile_arn

The SecurityProfileArn of the SecurityProfile resource.