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.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDBInstance.ProcessorFeatureProperty
static final class
An implementation forCfnDBInstance.ProcessorFeatureProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the processor feature.Valid names are
coreCount
andthreadsPerCore
.- See Also:
-
getValue
The value of a processor feature.- See Also:
-
builder
-