TestCaseReference
- class aws_cdk.interfaces.aws_connect.TestCaseReference(*, test_case_arn)
Bases:
objectA reference to a TestCase resource.
- Parameters:
test_case_arn (
str) – The TestCaseArn of the TestCase 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.interfaces import aws_connect as interfaces_connect test_case_reference = interfaces_connect.TestCaseReference( test_case_arn="testCaseArn" )
Attributes
- test_case_arn
The TestCaseArn of the TestCase resource.