You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(appconfig): prefix names with resource name (#28742)
Linter rules caught that CDK standardizes resource name prop as `[resource]Name`. Previously this module only used `name` for the prop.
Follow up from #28671.
BREAKING CHANGE: `ApplicationProps.name` renamed to `ApplicationProps.applicationName`
- **appconfig**: `EnvironmentProps.name` renamed to `EnvironmentProps.environmentName`
- **appconfig**: `DeploymentStrategyProps.name` renamed to `DeploymentStrategyProps.deploymentStrategyName`
- **appconfig**: `ExtensionProps.name` renamed to `ExtensionProps.extensionName`
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments