Interface CfnTestCasePropsMixin.CloudFormationActionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTestCasePropsMixin.CloudFormationActionProperty.Jsii$Proxy
Enclosing class:
CfnTestCasePropsMixin

@Stability(Stable) public static interface CfnTestCasePropsMixin.CloudFormationActionProperty extends software.amazon.jsii.JsiiSerializable
Specifies the CloudFormation action.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.apptest.*;
 CloudFormationActionProperty cloudFormationActionProperty = CloudFormationActionProperty.builder()
         .actionType("actionType")
         .resource("resource")
         .build();
 

See Also: