File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aws-ec2/lib/machine-image
custom-resources/lib/provider-framework Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export class ResolveSsmParameterAtLaunchImage implements IMachineImage {
252252 /**
253253 * Return the image to use in the given context
254254 */
255- public getImage ( _ : Construct ) : MachineImageConfig {
255+ public getImage ( _scope : Construct ) : MachineImageConfig {
256256 const versionString = this . props . parameterVersion ? `:${ this . props . parameterVersion } ` : '' ;
257257 const osType = this . props . os ?? OperatingSystemType . LINUX ;
258258 return {
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export interface ProviderProps {
123123 * service principal.
124124 *
125125 * @default - A default role will be created.
126- * @deprecated - Use frameworkOnEventLambdaRole, frameworkIsCompleteLambdaRole, frameworkOnTimeoutLambdaRole
126+ * @deprecated - Use frameworkOnEventRole, frameworkCompleteAndTimeoutRole
127127 */
128128 readonly role ?: iam . IRole ;
129129
You can’t perform that action at this time.
0 commit comments