Class AuroraPostgresEngineFeatures
Features supported by this version of the Aurora Postgres cluster engine.
Inheritance
System.Object
AuroraPostgresEngineFeatures
Implements
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public class AuroraPostgresEngineFeatures : Object, IAuroraPostgresEngineFeatures
Syntax (vb)
Public Class AuroraPostgresEngineFeatures
Inherits Object
Implements IAuroraPostgresEngineFeatures
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 auroraPostgresEngineFeatures = new AuroraPostgresEngineFeatures {
S3Export = false,
S3Import = false
};
Synopsis
Constructors
AuroraPostgresEngineFeatures() |
Properties
S3Export | Whether this version of the Aurora Postgres cluster engine supports the S3 data export feature. |
S3Import | Whether this version of the Aurora Postgres cluster engine supports the S3 data import feature. |
Constructors
AuroraPostgresEngineFeatures()
public AuroraPostgresEngineFeatures()
Properties
S3Export
Whether this version of the Aurora Postgres cluster engine supports the S3 data export feature.
public Nullable<bool> S3Export { get; set; }
Property Value
System.Nullable<System.Boolean>
Remarks
Default: false
S3Import
Whether this version of the Aurora Postgres cluster engine supports the S3 data import feature.
public Nullable<bool> S3Import { get; set; }
Property Value
System.Nullable<System.Boolean>
Remarks
Default: false