interface TestCaseReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_apptest.TestCaseReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#TestCaseReference |
![]() | software.amazon.awscdk.services.apptest.TestCaseReference |
![]() | aws_cdk.aws_apptest.TestCaseReference |
![]() | aws-cdk-lib » aws_apptest » TestCaseReference |
A reference to a TestCase resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apptest as apptest } from 'aws-cdk-lib';
const testCaseReference: apptest.TestCaseReference = {
testCaseArn: 'testCaseArn',
testCaseId: 'testCaseId',
};
Properties
Name | Type | Description |
---|---|---|
test | string | The ARN of the TestCase resource. |
test | string | The TestCaseId of the TestCase resource. |
testCaseArn
Type:
string
The ARN of the TestCase resource.
testCaseId
Type:
string
The TestCaseId of the TestCase resource.