(neptune): InstanceType needs to be a class with an InstanceType.fromString(...)
method
#13923
Closed
2 tasks done
Labels
@aws-cdk/aws-cloudformation
Related to AWS CloudFormation
@aws-cdk/aws-neptune
Related Amazon Neptune
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
p2
The instance type of Neptune is strong type InsatnceType, it’s not possible specifying the instance type by CloudFormation parameter given by the customer in deployment time.
Use Case
Use
CfnParameter
value as the instance type that’s specified by the customer in deployment time.Proposed Solution
Use the type as
InstanceType | string
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: