Interface CfnDBInstance.ProcessorFeatureProperty

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

@Stability(Stable) public static interface CfnDBInstance.ProcessorFeatureProperty extends software.amazon.jsii.JsiiSerializable
The ProcessorFeature property type specifies the processor features of a DB instance class status.

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.rds.*;
 ProcessorFeatureProperty processorFeatureProperty = ProcessorFeatureProperty.builder()
         .name("name")
         .value("value")
         .build();