Interface IInstanceEngineConfig
The type returned from the {@link IInstanceEngine.bind} method.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface IInstanceEngineConfig
Syntax (vb)
Public Interface IInstanceEngineConfig
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;
OptionGroup optionGroup;
var instanceEngineConfig = new InstanceEngineConfig {
Features = new InstanceEngineFeatures {
S3Export = "s3Export",
S3Import = "s3Import"
},
OptionGroup = optionGroup
};
Synopsis
Properties
Features | Features supported by the database engine. |
OptionGroup | Option group of the database. |
Properties
Features
Features supported by the database engine.
virtual IInstanceEngineFeatures Features { get; }
Property Value
Remarks
Default: - no features
See: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DBEngineVersion.html
OptionGroup
Option group of the database.
virtual IOptionGroup OptionGroup { get; }
Property Value
Remarks
Default: - none