interface ScriptProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_apptest.CfnTestCase.ScriptProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_ScriptProperty |
Java | software.amazon.awscdk.services.apptest.CfnTestCase.ScriptProperty |
Python | aws_cdk.aws_apptest.CfnTestCase.ScriptProperty |
TypeScript | aws-cdk-lib » aws_apptest » CfnTestCase » ScriptProperty |
Specifies the script.
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 scriptProperty: apptest.CfnTestCase.ScriptProperty = {
scriptLocation: 'scriptLocation',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
script | string | The script location of the scripts. |
type | string | The type of the scripts. |
scriptLocation
Type:
string
The script location of the scripts.
type
Type:
string
The type of the scripts.