aws-grafana: Missing pluginAdminEnabled property in CfnWorkspaceProps #28427
Labels
@aws-cdk/aws-cloudformation
Related to AWS CloudFormation
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
The
CfnWorkspaceProps
interface does not cover the CloudFormation propertypluginAdminEnabled
even so the cdk documentation states it does.Expected Behavior
CfnWorkspaceProps
includespluginAdminEnabled
property and the property can be set totrue
orfalse
.Current Behavior
Setting the property leads to error
is not assignable to parameter of type CfnWorkspaceProps Object literal may only specify known properties, and pluginAdminEnabled does not exist in type CfnWorkspaceProps
Reproduction Steps
Import grafana module and try to create either instance of
CfnWorkspace
directly or indirectly by creating object with type ofCfnWorkspaceProps
.Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.115.0 (build 58027ee)
Framework Version
No response
Node.js Version
v18.17.1
OS
Mac OS Ventura 13.6.1
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: