Class CfnOptionGroup.OptionSettingProperty
The OptionSetting
property type specifies the value for an option within an OptionSetting
property.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OptionSettingProperty : Object, CfnOptionGroup.IOptionSettingProperty
Syntax (vb)
Public Class OptionSettingProperty
Inherits Object
Implements CfnOptionGroup.IOptionSettingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RDS;
var optionSettingProperty = new OptionSettingProperty {
Name = "name",
Value = "value"
};
Synopsis
Constructors
Option |
Properties
Name | The name of the option that has settings that you can set. |
Value | The current value of the option setting. |
Constructors
OptionSettingProperty()
public OptionSettingProperty()
Properties
Name
The name of the option that has settings that you can set.
public string Name { get; set; }
Property Value
System.
Remarks
Value
The current value of the option setting.
public string Value { get; set; }
Property Value
System.