Interface CfnDashboardPropsMixin.DimensionValuesProperty

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

@Stability(Stable) public static interface CfnDashboardPropsMixin.DimensionValuesProperty extends software.amazon.jsii.JsiiSerializable
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.bcm.*;
 DimensionValuesProperty dimensionValuesProperty = DimensionValuesProperty.builder()
         .key("key")
         .matchOptions(List.of("matchOptions"))
         .values(List.of("values"))
         .build();
 

See Also: