aws-cdk-lib.aws_rds.CfnDBInstance.ProcessorFeatureProperty

interface ProcessorFeatureProperty

LanguageType name
.NETAmazon.CDK.AWS.RDS.CfnDBInstance.ProcessorFeatureProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrds#CfnDBInstance_ProcessorFeatureProperty
Javasoftware.amazon.awscdk.services.rds.CfnDBInstance.ProcessorFeatureProperty
Pythonaws_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 status.

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

NameTypeDescription
name?stringThe name of the processor feature.
value?stringThe value of a processor feature name.

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 name.