//go:build no_runtime_type_checking package awslambda // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnEventInvokeConfig) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventInvokeConfig) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnEventInvokeConfig_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnEventInvokeConfig_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnEventInvokeConfig_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnEventInvokeConfig) validateSetDestinationConfigParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEventInvokeConfig) validateSetFunctionNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnEventInvokeConfig) validateSetQualifierParameters(val *string) error { return nil } func validateNewCfnEventInvokeConfigParameters(scope constructs.Construct, id *string, props *CfnEventInvokeConfigProps) error { return nil }