Interface CfnPreparedStatementMixinProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPreparedStatementMixinProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-04T12:52:25.425Z") @Stability(Stable) public interface CfnPreparedStatementMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnPreparedStatementPropsMixin.

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.athena.*;
 CfnPreparedStatementMixinProps cfnPreparedStatementMixinProps = CfnPreparedStatementMixinProps.builder()
         .description("description")
         .queryStatement("queryStatement")
         .statementName("statementName")
         .workGroup("workGroup")
         .build();
 

See Also: