Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-docdbelastic-cluster.json
Parent schema serverless-framework-configuration
Type: object

The AWS::DocDBElastic::Cluster Amazon DocumentDB (with MongoDB compatibility) Elastic Scale resource describes a Cluster. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-docdbelastic/

Properties

ClusterName string | Aws_CF_FunctionString required
AdminUserName string | Aws_CF_FunctionString required
ShardCapacity integer required
ShardCount integer required
AuthType string | Aws_CF_FunctionString required
AdminUserPassword string | Aws_CF_FunctionString
VpcSecurityGroupIds string[]
SubnetIds string[]
PreferredMaintenanceWindow string | Aws_CF_FunctionString
KmsKeyId string | Aws_CF_FunctionString
Tags Tag[]
minItems=0maxItems=50uniqueItems=true

Definitions

Tag object
Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required