interface ProcessorFeatureProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RDS.CfnDBInstance.ProcessorFeatureProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#CfnDBInstance_ProcessorFeatureProperty |
Java | software.amazon.awscdk.services.rds.CfnDBInstance.ProcessorFeatureProperty |
Python | aws_cdk.aws_rds.CfnDBInstance.ProcessorFeatureProperty |
TypeScript | aws-cdk-lib » aws_rds » CfnDBInstance » ProcessorFeatureProperty |
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 { aws_rds as rds } from 'aws-cdk-lib';
const processorFeatureProperty: rds.CfnDBInstance.ProcessorFeatureProperty = {
name: 'name',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the processor feature. |
value? | string | The value of a processor feature. |
name?
Type:
string
(optional)
The name of the processor feature.
Valid names are coreCount
and threadsPerCore
.
value?
Type:
string
(optional)
The value of a processor feature.