Interface CfnTemplate.RowAlternateColorOptionsProperty

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

@Stability(Stable) public static interface CfnTemplate.RowAlternateColorOptionsProperty extends software.amazon.jsii.JsiiSerializable
Determines the row alternate color options.

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.quicksight.*;
 RowAlternateColorOptionsProperty rowAlternateColorOptionsProperty = RowAlternateColorOptionsProperty.builder()
         .rowAlternateColors(List.of("rowAlternateColors"))
         .status("status")
         .build();