Show / Hide Table of Contents

Interface CfnOptionGroup.IOptionSettingProperty

The OptionSetting property type specifies the value for an option within an OptionSetting property.

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnOptionGroup.IOptionSettingProperty
Syntax (vb)
Public Interface CfnOptionGroup.IOptionSettingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-optionsetting.html

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

Properties

Name

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

Value

The current value of the option setting.

Properties

Name

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

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-optionsetting.html#cfn-rds-optiongroup-optionsetting-name

Value

The current value of the option setting.

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-optionsetting.html#cfn-rds-optiongroup-optionsetting-value

Back to top Generated by DocFX