AwsDocumentDatabaseParameterGroupCapabilityArgs

interface AwsDocumentDatabaseParameterGroupCapabilityArgs { cluster?: undefined; parameterGroup: AwsDocumentDatabaseParameterGroupArgs; }

Parameter-group capability for AwsDocumentDatabase.

Example

CODE
import type { AwsDocumentDatabaseParameterGroupCapabilityArgs } from '@jobcloud/aws-documentdb';

const args: AwsDocumentDatabaseParameterGroupCapabilityArgs = {
  parameterGroup: { name: 'ordersTuning', family: 'docdb5.0' },
};

Properties

cluster: undefined

Unavailable when the parameter-group capability is selected.

parameterGroup: AwsDocumentDatabaseParameterGroupArgs

Independently managed DocumentDB cluster parameter-group configuration.