Interface CfnOptionGroupPropsMixin.OptionSettingProperty

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

@Stability(Stable) public static interface CfnOptionGroupPropsMixin.OptionSettingProperty extends software.amazon.jsii.JsiiSerializable
The OptionSetting property type specifies the value for an option within an OptionSetting property.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.rds.mixins.*;
 OptionSettingProperty optionSettingProperty = OptionSettingProperty.builder()
         .name("name")
         .value("value")
         .build();
 

See Also: