Interface CfnLink.NoBidModuleParametersProperty

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

@Stability(Stable) public static interface CfnLink.NoBidModuleParametersProperty extends software.amazon.jsii.JsiiSerializable
Describes the parameters of a no bid module.

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.rtbfabric.*;
 NoBidModuleParametersProperty noBidModuleParametersProperty = NoBidModuleParametersProperty.builder()
         .passThroughPercentage(123)
         .reason("reason")
         .reasonCode(123)
         .build();
 

See Also: