aws-cdk-lib.aws_rds.CfnOptionGroup.OptionSettingProperty

interface OptionSettingProperty

LanguageType name
.NETAmazon.CDK.AWS.RDS.CfnOptionGroup.OptionSettingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrds#CfnOptionGroup_OptionSettingProperty
Javasoftware.amazon.awscdk.services.rds.CfnOptionGroup.OptionSettingProperty
Pythonaws_cdk.aws_rds.CfnOptionGroup.OptionSettingProperty
TypeScript aws-cdk-lib » aws_rds » CfnOptionGroup » OptionSettingProperty

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 { aws_rds as rds } from 'aws-cdk-lib';
const optionSettingProperty: rds.CfnOptionGroup.OptionSettingProperty = {
  name: 'name',
  value: 'value',
};

Properties

NameTypeDescription
name?stringThe name of the option that has settings that you can set.
value?stringThe current value of the option setting.

name?

Type: string (optional)

The name of the option that has settings that you can set.


value?

Type: string (optional)

The current value of the option setting.