Interface CfnTestCase.ScriptProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCase.ScriptProperty.Jsii$Proxy
- Enclosing class:
CfnTestCase
@Stability(Stable)
public static interface CfnTestCase.ScriptProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the script.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apptest.*;
ScriptProperty scriptProperty = ScriptProperty.builder()
.scriptLocation("scriptLocation")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCase.ScriptPropertystatic final classAn implementation forCfnTestCase.ScriptProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScriptLocation
The script location of the scripts.- See Also:
-
getType
The type of the scripts.- See Also:
-
builder
- Returns:
- a
CfnTestCase.ScriptProperty.BuilderofCfnTestCase.ScriptProperty
-